Hi all,
I've been reading through Zabbix documentation, but I could not find clearly whether Zabbix supports real time monitoring for a specific process in Linux.
What I have actually is a bunch of processes having the same name which listen on different ports, as seen by ps -aux :
root 30662 85.1 0.3 1116736 22364 ? Sl 13:39 25:06 /opt/ppp/h264rtptranscoder.bin --videoPort=14504 --audioPort=14505 --serverPort=14501 --framesPerSecond=50
These types of processes are differentiated by Video/Audioport numbers, so what I would like to do is put them in a graph displaying CPU utilisation for each.
Is that doable via Zabbix or shall I use a perl script that is being parsed by Zabbix further ?
I've been reading through Zabbix documentation, but I could not find clearly whether Zabbix supports real time monitoring for a specific process in Linux.
What I have actually is a bunch of processes having the same name which listen on different ports, as seen by ps -aux :
root 30662 85.1 0.3 1116736 22364 ? Sl 13:39 25:06 /opt/ppp/h264rtptranscoder.bin --videoPort=14504 --audioPort=14505 --serverPort=14501 --framesPerSecond=50
These types of processes are differentiated by Video/Audioport numbers, so what I would like to do is put them in a graph displaying CPU utilisation for each.
Is that doable via Zabbix or shall I use a perl script that is being parsed by Zabbix further ?