I have been trying to implement Zabbix for the servers we run, but there is a specific thing we would like to monitor that I have not been able to figure out.
Servers can have multiple versions of php-fpm running, and my hope was to be able to discover which ones are on each server and add the appropriate monitors.
The services are all installed in a standard fashion, running something like ps -aux | grep "php-fpm: master process" shows the config file used for each, where the version can be derived.
The servers are majority cent6, some cent7, and a few cent8
Is this something that can be done in this fashion, or should I look for a more manual way to set this up.
Servers can have multiple versions of php-fpm running, and my hope was to be able to discover which ones are on each server and add the appropriate monitors.
The services are all installed in a standard fashion, running something like ps -aux | grep "php-fpm: master process" shows the config file used for each, where the version can be derived.
The servers are majority cent6, some cent7, and a few cent8
Is this something that can be done in this fashion, or should I look for a more manual way to set this up.