From 67c60dbf86033ccc09cc91c733bb29ceb25e4195 Mon Sep 17 00:00:00 2001 From: Roman Khavronenko Date: Mon, 21 Nov 2022 15:23:23 +0100 Subject: [PATCH] vmalert: bump alerting rules evaluation interval to reasonable 30s (#3374) Signed-off-by: hagen1778 --- deployment/docker/alerts-vmalert.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/docker/alerts-vmalert.yml b/deployment/docker/alerts-vmalert.yml index e5d48e096..5e84ea4b6 100644 --- a/deployment/docker/alerts-vmalert.yml +++ b/deployment/docker/alerts-vmalert.yml @@ -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