Skip to content

Commit

Permalink
Drop the apache low request rate alert as it's not reliable
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed May 25, 2023
1 parent f29f56d commit 8a772a6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cookbooks/prometheus/templates/default/alert_rules.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a772a6

Please sign in to comment.