Hello everyone,
I am running zabbix server on CENTOS 6.4 and the majority of my zabbix agents are running on AIX 6.1 servers.
I am interested in learning how to configure a zabbix agent to collect data on a particular process so that I can monitor an application to ensure it's up and running.
What I've read so far seems to suggest that the best way to do this is to configure the UserParameter in the zabbix_agentd.conf file.
I've been reading this thread https://www.zabbix.com/forum/showthread.php?t=16338 and I'm still not sure what I need to do.
How would I configure the UserParameter in the zabbix_agentd.conf file to monitor a specific application?
My UserParamater looks like this
I'm not sure if that's even remotely right. If it is right, how do I configure the key?
I'm assuming I would need to add an item under the template. What do I put in the key field so that I link the item with the agent?
Any help would be appreciated.
Thanks,
I am running zabbix server on CENTOS 6.4 and the majority of my zabbix agents are running on AIX 6.1 servers.
I am interested in learning how to configure a zabbix agent to collect data on a particular process so that I can monitor an application to ensure it's up and running.
What I've read so far seems to suggest that the best way to do this is to configure the UserParameter in the zabbix_agentd.conf file.
I've been reading this thread https://www.zabbix.com/forum/showthread.php?t=16338 and I'm still not sure what I need to do.
How would I configure the UserParameter in the zabbix_agentd.conf file to monitor a specific application?
My UserParamater looks like this
Code:
UserParameter=dom.status,ps -ef | grep dom | wc -l
I'm assuming I would need to add an item under the template. What do I put in the key field so that I link the item with the agent?
Any help would be appreciated.
Thanks,
Comment