display and acknowledge alerts

This commit is contained in:
Andreas Wrede
2026-04-03 06:35:45 -04:00
parent c5770006f7
commit 941f3ea4b0
6 changed files with 414 additions and 62 deletions
+17 -17
View File
@@ -99,7 +99,7 @@ hosts:
dyndns: true
weekend:
threshold_config: default
threshold_config: freebsd_server
watch: false
notification_channels: [pushover_standard]
dyndns: true
@@ -159,7 +159,7 @@ threshold_configs:
warning: 85.0
critical: 90.0
rtt:
warning: 30
warning: 50
critical: 250.0
@@ -170,9 +170,9 @@ threshold_configs:
warning: 80.0
critical: 90.0
memory_monitor:
percent:
warning: 3.0
critical: 95.0
memory_percent:
warning: 97.0
critical: 100.0
disk_monitor:
partitions:
/:
@@ -188,12 +188,12 @@ threshold_configs:
warning: WARNING
critical: CRITICAL
operator: "=="
UPS_load:
display: "{ups_output}"
ups_load:
display: "load to high: {ups_output}"
warning: 70
critical: 80
operator: ">="
UPS_status_code:
ups_status_code:
display: "{ups_output}"
warning: 1
critical: 2
@@ -204,7 +204,7 @@ threshold_configs:
critical: 2
operator: ">="
rtt:
warning: 30
warning: 50
critical: 250.0
truenas_server:
@@ -232,13 +232,13 @@ threshold_configs:
warning: WARNING
critical: CRITICAL
operator: "=="
UPS_load:
display: "{ups_output}"
warning: 70
critical: 80
operator: ">="
UPS_status_code:
display: "{ups_output}"
ups_load:
display: "load to high: {ups_output}"
WARNING: 70
CRITICAL: 80
OPERATOR: ">="
ups_status_code:
DISPLAY: "{ups_output}"
warning: 1
critical: 2
operator: ">="
@@ -248,7 +248,7 @@ threshold_configs:
critical: 2
operator: ">="
rtt:
warning: 100
warning: 120
critical: 250.0