prometheus: temporarily disable alerts for rezel, vr & isp

pull/106/head
jeltz 7 months ago
parent 4c61d2bc18
commit f9f278cb65
Signed by: jeltz
GPG Key ID: 800882B66C0C3326

@ -270,7 +270,11 @@ prometheus__alert_rules_bird:
- record: bird:protocol_up:bgp
expr:
label_replace(
bird_protocol_up{proto="BGP"},
bird_protocol_up{proto="BGP",}
unless bird_protocol_up{
proto="BGP",
name=~"^(viarezo|isp[12]|rezel)[46]$"
},
"group", "$1",
"instance", "^([^0-9\\.]+)-[0-9]+.*"
)

Loading…
Cancel
Save