prometheus: temporarily disable BirdProtocolDown
This commit is contained in:
parent
452066fcfb
commit
455a0bdc2a
1 changed files with 9 additions and 9 deletions
|
@ -251,15 +251,15 @@
|
|||
severity: warning
|
||||
annotations:
|
||||
summary: "{{ '$labels.instance' | interp }}"
|
||||
bird:
|
||||
- alert: BirdProtocolDown
|
||||
expr: "bird_protocol_up == 0"
|
||||
for: 0m
|
||||
labels:
|
||||
severity: critical
|
||||
annotations:
|
||||
summary: "{{ '$labels.name' | interp }} :
|
||||
{{ '$labels.state' | interp }}"
|
||||
#bird:
|
||||
# - alert: BirdProtocolDown
|
||||
# expr: "bird_protocol_up == 0"
|
||||
# for: 0m
|
||||
# labels:
|
||||
# severity: critical
|
||||
# annotations:
|
||||
# summary: "{{ '$labels.name' | interp }} :
|
||||
# {{ '$labels.state' | interp }}"
|
||||
roles:
|
||||
- prometheus
|
||||
|
||||
|
|
Loading…
Reference in a new issue