X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f29f56d40d9e453645a1e100e2fc7c547b091efc..8a772a64629eb2e7fe271191daea7579a35cdf80:/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 32ec1344a..2ab437c30 100644 --- a/cookbooks/prometheus/templates/default/alert_rules.yml.erb +++ b/cookbooks/prometheus/templates/default/alert_rules.yml.erb @@ -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