X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/30613a2773a35a9e206527caa0c9f524f2c357e9..d6c3c3bc6b45204974784125bd0843a0b28ce9aa:/cookbooks/prometheus/templates/default/alert_rules.yml.erb diff --git a/cookbooks/prometheus/templates/default/alert_rules.yml.erb b/cookbooks/prometheus/templates/default/alert_rules.yml.erb index 591f86327..5b2ec56ac 100644 --- a/cookbooks/prometheus/templates/default/alert_rules.yml.erb +++ b/cookbooks/prometheus/templates/default/alert_rules.yml.erb @@ -149,7 +149,7 @@ groups: for: 15m labels: alertgroup: fastly - - alert: multipe fastly healthchecks failing + - alert: multiple fastly healthchecks failing expr: count(fastly_healthcheck_status == 0) > 4 for: 5m labels: @@ -383,8 +383,8 @@ groups: - name: overpass rules: - alert: overpass osm database age - expr: overpass_database_age_seconds{database="osm"} > 300 - for: 5m + expr: overpass_database_age_seconds{database="osm"} > 3600 + for: 1h labels: alertgroup: overpass annotations: