Hi all!
I have a one little problem with zabbix agent 1.6.1 on debian etch/sarge.
I upgrade the server from 1.4.4 to 1.6.1 and I found no problem, then I tried to upgrade agents in some debian system but the key proc.num[heartbeat], in the linux template, report the wrog value (0 instead of 4).
ps -ef |grep heartbeat
with agent 1.6.1
with agent 1.4.4
Someone have any idea?
Thanks a lot!
I have a one little problem with zabbix agent 1.6.1 on debian etch/sarge.
I upgrade the server from 1.4.4 to 1.6.1 and I found no problem, then I tried to upgrade agents in some debian system but the key proc.num[heartbeat], in the linux template, report the wrog value (0 instead of 4).
ps -ef |grep heartbeat
Code:
root 30119 1 0 Nov11 ? 00:00:43 heartbeat: heartbeat: master control process nobody 30121 30119 0 Nov11 ? 00:00:00 heartbeat: heartbeat: FIFO reader nobody 30122 30119 0 Nov11 ? 00:00:00 heartbeat: heartbeat: write: ucast bond0 nobody 30123 30119 0 Nov11 ? 00:00:02 heartbeat: heartbeat: read: ucast bond0 root 22096 22073 0 10:00 pts/0 00:00:00 grep heartbeat
Code:
zabbix_get -s xx.xx.xx.211 -p 10050 -k proc.num[heartbeat] 0
Code:
zabbix_get -s xx.xx.xx..212 -p 10050 -k proc.num[heartbeat] 4
Thanks a lot!
Comment