Apache workers in busy state approach the max workers count 80% workers busy on {{ $labels.instance }}
- alert: ApacheWorkersLoad
expr: (sum by (instance) (apache_workers{state="busy"}) / sum by (instance) (apache_scoreboard) ) * 100 > 80 and sum by (instance) (apache_scoreboard) > 0
for: 2m
labels:
severity: warning
annotations:
summary: Apache workers load (instance {{ $labels.instance }})
description: "Apache workers in busy state approach the max workers count 80% workers busy on {{ $labels.instance }}\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"