Add count to rtt threshold
This commit is contained in:
@@ -96,6 +96,7 @@ THRESHOLD_DEFAULTS = {
|
||||
'rtt': {
|
||||
'warning': 200,
|
||||
'critical': 250.0
|
||||
'count': 3 # Optional: number of consecutive breaches before alerting
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user