mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +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
b796a0dc3f
commit
0b6f439b11
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ groups:
|
|||
# https://grafana.com/grafana/dashboards/14950-victoriametrics-vmalert is installed.
|
||||
# Pls update the `dashboard` annotation according to your setup.
|
||||
- name: vmalert
|
||||
interval: 5s
|
||||
interval: 30s
|
||||
rules:
|
||||
- alert: ConfigurationReloadFailure
|
||||
expr: vmalert_config_last_reload_successful != 1
|
||||
|
|
Loading…
Reference in a new issue