refactor monitor, add threshold rtesting

This commit is contained in:
Andreas Wrede
2026-03-31 12:22:03 -04:00
parent ad7178ebcb
commit dd23d9d163
15 changed files with 488 additions and 101 deletions
+14 -1
View File
@@ -64,4 +64,17 @@ thresholds:
percent:
warning: 8.0
critical: 90.0
nagios_runner:
load_status:
warning: WARNING
operator: = "="
critical: CRITICAL
operator: = "="
UPS_status_code:
warning: 1
critical: 2
operator: ">="
rtt:
y:
warning: 0.1
critical: 10.0