prometheus: fix typo
This commit is contained in:
parent
98f122bb69
commit
c4744e9ab6
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
prometheus__rules_common:
|
prometheus__rules_common:
|
||||||
- alert: CollectorDown
|
- alert: CollectorDown
|
||||||
expr: >
|
expr:
|
||||||
up == 0
|
up == 0
|
||||||
for: 3m
|
for: 3m
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Reference in a new issue