This commit is contained in:
33
config.example.yaml
Normal file
33
config.example.yaml
Normal 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
|
||||
Reference in New Issue
Block a user