prometheus: temporarily disable alerts for rezel, vr & isp
This commit is contained in:
parent
4c61d2bc18
commit
f9f278cb65
1 changed files with 5 additions and 1 deletions
|
@ -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…
Reference in a new issue