ApacheWorkersLoad

ApacheWorkersLoad #

Apache workers in busy state approach the max workers count 80% workers busy on {{ $labels.instance }}

Alert Rule
alert: ApacheWorkersLoad
annotations:
  description: |-
    Apache workers in busy state approach the max workers count 80% workers busy on {{ $labels.instance }}
      VALUE = {{ $value }}
      LABELS = {{ $labels }}    
  runbook: https://srerun.github.io/prometheus-alerts/runbooks/lusitaniae-apache-exporter/apacheworkersload/
  summary: Apache workers load (instance {{ $labels.instance }})
expr: (sum by (instance) (apache_workers{state="busy"}) / sum by (instance) (apache_scoreboard)
  ) * 100 > 80
for: 2m
labels:
  severity: warning

Meaning #

Impact #

Diagnosis #

Mitigation #