awesome-prometheus-alerts/dist/rules/php-fpm/bakins-fpm-exporter.yml
Samuel Berthe ccf24bcf03 Publish
2022-06-15 00:08:51 +00:00

14 lines
437 B
YAML

groups:
- name: BakinsFpmExporter
rules:
- alert: Php-fpmMax-childrenReached
expr: 'sum(phpfpm_max_children_reached_total) by (instance) > 0'
for: 0m
labels:
severity: warning
annotations:
summary: PHP-FPM max-children reached (instance {{ $labels.instance }})
description: "PHP-FPM reached max children - {{ $labels.instance }}\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"