Add count to rtt threshold

This commit is contained in:
Andreas Wrede
2026-04-10 08:07:35 -04:00
parent 381e37efce
commit ba27d2e300
2 changed files with 41 additions and 13 deletions
+1
View File
@@ -96,6 +96,7 @@ THRESHOLD_DEFAULTS = {
'rtt': {
'warning': 200,
'critical': 250.0
'count': 3 # Optional: number of consecutive breaches before alerting
}
}
}