mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
add vmsingle filter for health alerts (#4238)
This commit is contained in:
parent
5dde81259c
commit
f3b829125e
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ groups:
|
||||||
# note the `job` filter and update accordingly to your setup
|
# note the `job` filter and update accordingly to your setup
|
||||||
rules:
|
rules:
|
||||||
- alert: TooManyRestarts
|
- alert: TooManyRestarts
|
||||||
expr: changes(process_start_time_seconds{job=~"victoriametrics.*|vmselect.*|vminsert.*|vmstorage.*|vmagent.*|vmalert.*"}[15m]) > 2
|
expr: changes(process_start_time_seconds{job=~"victoriametrics.*|vmselect.*|vminsert.*|vmstorage.*|vmagent.*|vmalert.*|vmsingle.*"}[15m]) > 2
|
||||||
labels:
|
labels:
|
||||||
severity: critical
|
severity: critical
|
||||||
annotations:
|
annotations:
|
||||||
|
@ -15,7 +15,7 @@ groups:
|
||||||
It might be crashlooping."
|
It might be crashlooping."
|
||||||
|
|
||||||
- alert: ServiceDown
|
- alert: ServiceDown
|
||||||
expr: up{job=~"victoriametrics.*|vmselect.*|vminsert.*|vmstorage.*|vmagent.*|vmalert.*"} == 0
|
expr: up{job=~"victoriametrics.*|vmselect.*|vminsert.*|vmstorage.*|vmagent.*|vmalert.*|vmsingle.*"} == 0
|
||||||
for: 2m
|
for: 2m
|
||||||
labels:
|
labels:
|
||||||
severity: critical
|
severity: critical
|
||||||
|
|
Loading…
Reference in a new issue