init
Some checks failed
Build heartbeat / build (push) Failing after 1m18s

This commit is contained in:
2026-05-03 21:09:59 +02:00
commit 93ae9b66b3
12 changed files with 987 additions and 0 deletions

33
config.example.yaml Normal file
View File

@@ -0,0 +1,33 @@
server_name: s1
discord_webhook_url: https://discord.com/api/webhooks/replace/me
notify_role_id: "1500565629390819479"
sample_interval: 1m
summary_interval: 6h
request_timeout: 10s
thresholds:
disk_used_percent_warning: 85
disk_used_percent_critical: 93
free_gb_warning: 20
free_gb_critical: 10
inode_used_percent_warning: 85
inode_used_percent_critical: 93
memory_used_percent_warning: 90
memory_used_percent_critical: 97
swap_used_percent_warning: 25
swap_used_percent_critical: 50
cpu_avg_15m_warning: 80
cpu_avg_15m_critical: 95
cpu_avg_12h_warning: 65
cpu_avg_12h_critical: 85
load_per_core_warning: 0.9
load_per_core_critical: 1.25
process_count_warning: 350
process_count_critical: 500
sites:
- name: pismen.com
url: https://pismen.com
expected_status: 200
timeout: 10s