Merge pull request #1 from aorfanos/feature/phpfpm-max-children-alert

Add php-fpm max-children alert
This commit is contained in:
Alexandros Orfanos 2021-05-27 13:44:24 +03:00 committed by GitHub
commit 3442ee1934
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: