Greetings,
I need to monitor several FPM processes (which are using Apache). I added the "PHP-FPM by Zabbix agent" template and it is working. There are several keys (such as proc.cpu.util["{$PHP_FPM.PROCESS_NAME}"]) where the process's name is required, but I have several processes with different names ("php-fpm: pool web325", "php-fpm: pool web326"...), names that can (and will) change over time. Is there a way to automatically discover the several names without having to write hacky shell scripts?
I need to monitor several FPM processes (which are using Apache). I added the "PHP-FPM by Zabbix agent" template and it is working. There are several keys (such as proc.cpu.util["{$PHP_FPM.PROCESS_NAME}"]) where the process's name is required, but I have several processes with different names ("php-fpm: pool web325", "php-fpm: pool web326"...), names that can (and will) change over time. Is there a way to automatically discover the several names without having to write hacky shell scripts?
Comment