We just upgraded our Zabbix server to 1.6 and everything is working great. We deployed the 1.6 agent to our development environment and we seem to be unable to monitor the sendmail process.
The ITEM in question is:
proc.num[sendmail]
The values reported are 1 for up and 0 for down, after we redeployed the 1.6 agent sendmail showed down on all of our servers even though it is running.
We don't have this problem with any other processes such as sshd, syslog etc..
I have tried to delete the item and recreate it however the problem still exists with the 1.6 agent on RHEL 5.1 64bit and RHEL 4.6 64bit (we don't have this problem on AIX).
If I roll back the agent from 1.6 to 1.4.6 on any offending Linux server then the problem goes away.
Now the interested thing is if I change my Item from just "sendmail" (which is all I need for the 1.4 agents) to "proc.num[sendmail: accepting connections]" there is no problem and the 1.6 agent reports that the process is running just fine here is an example:
The ITEM in question is:
proc.num[sendmail]
The values reported are 1 for up and 0 for down, after we redeployed the 1.6 agent sendmail showed down on all of our servers even though it is running.
We don't have this problem with any other processes such as sshd, syslog etc..
I have tried to delete the item and recreate it however the problem still exists with the 1.6 agent on RHEL 5.1 64bit and RHEL 4.6 64bit (we don't have this problem on AIX).
If I roll back the agent from 1.6 to 1.4.6 on any offending Linux server then the problem goes away.
Now the interested thing is if I change my Item from just "sendmail" (which is all I need for the 1.4 agents) to "proc.num[sendmail: accepting connections]" there is no problem and the 1.6 agent reports that the process is running just fine here is an example:
Code:
[root@SERVER sbin]# ./zabbix_agentd -t "proc.num[sendmail: accepting connections]" proc.num[sendmail: accepting connections] [u|1] [root@SERVER sbin]# ./zabbix_agentd -t "proc.num[sendmail]" proc.num[sendmail] [u|0]
Comment