I have set up an alert to monitor services in linux (in this case we will use crond).
[Item]
Name: crond status
Type: Zabbix agent
Key: proc.num[crond]
(rest is defalt)
[Trigger]
Name: Cron not running on {HOSTNAME}
Expression: {Custom Linux Template
roc.num[crond].last(0)}<1
Most of my linux servers this works fine on but I have 9 servers which coincidentally are all RHEL 6.5 servers show up as being down, or under the latest data a value of 0. I went to one of the hosts and ran "zabbix_agentd -t proc.num[crond]" and received:
proc.num[crond] [u|1]
I'm lost why it's working on some and not others. I even copied the zabbix_agent.conf file (changing the Hostname= section) from a working server and restarted the agent.
Any help is appreciated.
Robert
[Item]
Name: crond status
Type: Zabbix agent
Key: proc.num[crond]
(rest is defalt)
[Trigger]
Name: Cron not running on {HOSTNAME}
Expression: {Custom Linux Template
roc.num[crond].last(0)}<1 Most of my linux servers this works fine on but I have 9 servers which coincidentally are all RHEL 6.5 servers show up as being down, or under the latest data a value of 0. I went to one of the hosts and ran "zabbix_agentd -t proc.num[crond]" and received:
proc.num[crond] [u|1]
I'm lost why it's working on some and not others. I even copied the zabbix_agent.conf file (changing the Hostname= section) from a working server and restarted the agent.
Any help is appreciated.
Robert
Comment