Role service-prometheus: fix broken rule FastdNoTraffic
This commit is contained in:
parent
acaf0e63e6
commit
af832f3703
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ groups:
|
||||||
- name: fastd
|
- name: fastd
|
||||||
rules:
|
rules:
|
||||||
- alert: FastdNoTraffic
|
- alert: FastdNoTraffic
|
||||||
expr: irate(fastd_tx_bytes[5m]) == 0 and ON(hostname) (time() - fastd_uptime_seconds{job="node"}) / 60 > 30
|
expr: irate(fastd_tx_bytes[5m]) == 0 and on(hostname,interface) (fastd_uptime_seconds / 60) > 15
|
||||||
for: 5m
|
for: 5m
|
||||||
annotations:
|
annotations:
|
||||||
description: 'No TX data was seen on a fastd interface for more than 5 minutes'
|
description: 'No TX data was seen on a fastd interface for more than 5 minutes'
|
||||||
|
|
Loading…
Reference in a new issue