This commit is contained in:
Andreas Wrede
2026-04-10 09:17:57 -04:00
parent c56e77c2c1
commit 2f72cf0118
+1 -1
View File
@@ -95,7 +95,7 @@ THRESHOLD_DEFAULTS = {
}, },
'rtt': { 'rtt': {
'warning': 200, 'warning': 200,
'critical': 250.0 'critical': 250.0,
'count': 3 # Optional: number of consecutive breaches before alerting 'count': 3 # Optional: number of consecutive breaches before alerting
} }
} }