mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-24 10:26:58 +08:00
Add php-fpm max-children alert (#224)
This commit is contained in:
parent
d123523164
commit
6a6f89bad5
1 changed files with 4 additions and 0 deletions
|
|
@ -1441,6 +1441,10 @@ groups:
|
||||||
- name: bakins/php-fpm-exporter
|
- name: bakins/php-fpm-exporter
|
||||||
doc_url: https://github.com/bakins/php-fpm-exporter
|
doc_url: https://github.com/bakins/php-fpm-exporter
|
||||||
rules:
|
rules:
|
||||||
|
- name: PHP-FPM max-children reached
|
||||||
|
description: PHP-FPM reached max children - {{ $labels.instance }}
|
||||||
|
query: 'sum(phpfpm_max_children_reached_total) by (instance) > 0'
|
||||||
|
severity: warning
|
||||||
|
|
||||||
- name: JVM
|
- name: JVM
|
||||||
exporters:
|
exporters:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue