initial upload
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# {{ ansible_managed }}
|
||||
command[check_php-fpm]={{ nagios_nrpe_tools_dir }}/plugins/check_php-fpm -s /run/php/{{ apache_phpfpm_php }}-fpm.sock -w active_workers:{{ (apache_phpfpm_max_workers * 80 / 100)|int }} -c active_workers:{{ (apache_phpfpm_max_workers * 90 / 100)|int }}
|
||||
Reference in New Issue
Block a user