]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/prometheus/templates/default/alert_rules.yml.erb
Switch to public overpass instance
[chef.git] / cookbooks / prometheus / templates / default / alert_rules.yml.erb
index b49a274af94591e122f3bb2452c41f382ad93ac3..5b2ec56ac9623b2579c5c97ccebb3b7208af310b 100644 (file)
@@ -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:
@@ -247,12 +247,12 @@ groups:
   - name: juniper
     rules:
       - alert: juniper fan alarm
-        expr: sum_over_time(jnxOperatingState{jnxOperatingContentsIndex="4",jnxOperatingState!="running"}[5m]) > 0
+        expr: sum_over_time(jnxOperatingState{jnxOperatingContentsIndex="4",jnxOperatingState!="running"}[6m]) > 0
         for: 5m
         labels:
           alertgroup: "{{ $labels.site }}"
       - alert: juniper power alarm
-        expr: sum_over_time(jnxOperatingState{jnxOperatingContentsIndex="2",jnxOperatingState!="running"}[5m]) > 0
+        expr: sum_over_time(jnxOperatingState{jnxOperatingContentsIndex="2",jnxOperatingState!="running"}[6m]) > 0
         for: 5m
         labels:
           alertgroup: "{{ $labels.site }}"
@@ -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: