mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 15:16:42 +00:00
vmalert: bump alerting rules evaluation interval to reasonable 30s (#3374)
Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
parent
b0fefe562a
commit
67c60dbf86
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ groups:
|
||||||
# https://grafana.com/grafana/dashboards/14950-victoriametrics-vmalert is installed.
|
# https://grafana.com/grafana/dashboards/14950-victoriametrics-vmalert is installed.
|
||||||
# Pls update the `dashboard` annotation according to your setup.
|
# Pls update the `dashboard` annotation according to your setup.
|
||||||
- name: vmalert
|
- name: vmalert
|
||||||
interval: 5s
|
interval: 30s
|
||||||
rules:
|
rules:
|
||||||
- alert: ConfigurationReloadFailure
|
- alert: ConfigurationReloadFailure
|
||||||
expr: vmalert_config_last_reload_successful != 1
|
expr: vmalert_config_last_reload_successful != 1
|
||||||
|
|
Loading…
Reference in a new issue