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