]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/prometheus/templates/default/alert_rules.yml.erb
Drop the apache low request rate alert as it's not reliable
[chef.git] / cookbooks / prometheus / templates / default / alert_rules.yml.erb
index 32ec1344a93ca9ecea9926e7cccc37d95f2a29ae..2ab437c30d4178283a1c6024265c4852c18e3cea 100644 (file)
@@ -45,13 +45,6 @@ groups:
           alertgroup: "{{ $labels.instance }}"
         annotations:
           busy_workers: "{{ $value | humanizePercentage }}"
-      - alert: apache low request rate
-        expr: rate(apache_accesses_total[5m]) / rate(apache_accesses_total[1h] offset 1w) < 0.25 and rate(apache_accesses_total[1h] offset 1w) > 2
-        for: 15m
-        labels:
-          alertgroup: "{{ $labels.instance }}"
-        annotations:
-          request_rate: "{{ $value | humanizePercentage }}"
   - name: chef
     rules:
       - alert: chef client not running