Role service-prometheus: FastdNoTraffic - check if clients are connected
This commit is contained in:
parent
db509e43db
commit
f43931649a
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ groups:
|
|||
- name: fastd
|
||||
rules:
|
||||
- alert: FastdNoTraffic
|
||||
expr: irate(fastd_tx_bytes[5m]) == 0 and on(hostname,interface) (fastd_uptime_seconds / 60) > 15
|
||||
expr: irate(fastd_tx_bytes[5m]) == 0 and on(hostname, interface) fastd_peers_up_total > 0 and on(hostname, interface) (fastd_uptime_seconds / 60) > 15
|
||||
for: 5m
|
||||
annotations:
|
||||
description: 'No TX data was seen on a fastd interface for more than 5 minutes'
|
||||
|
|
Loading…
Reference in a new issue