totoro: increase ping latency threshold
This commit is contained in:
parent
86e0ce9af9
commit
6d21c17a2a
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ in {
|
||||||
|
|
||||||
# Ping latency
|
# Ping latency
|
||||||
- alert: Smokeping95LatencyHigh
|
- alert: Smokeping95LatencyHigh
|
||||||
expr: histogram_quantile(0.95, sum(rate(smokeping_response_duration_seconds_bucket{host=~"^(1.1.1.1|8.8.8.8)$"}[5m])) by (le, host, system)) > 0.03
|
expr: histogram_quantile(0.95, sum(rate(smokeping_response_duration_seconds_bucket{host=~"^(1.1.1.1|8.8.8.8)$"}[5m])) by (le, host, system)) > 0.1
|
||||||
for: 15m
|
for: 15m
|
||||||
labels:
|
labels:
|
||||||
severity: page
|
severity: page
|
||||||
|
|
Loading…
Reference in a new issue