I want to monitor processes on linux server with Scientific Linux release 6.2 (Carbon), but zabbix server collects wrong values.
For example:
this is what i get from zabbix server, but zabbix_agent on that server gives value:
Same with item net.tcp.port[]
Why are the values diffrent if zabbix_server collets information via zabbix_agent? How can I fix it?
For example:
Code:
root@nms3:~# zabbix_get -s [I]ip_address[/I] -k proc.num[] 6
Code:
[root@zimbra zabbix]# su -c 'zabbix_agentd -t proc.num[]' zabbix -s /bin/bash Creating home directory for zabbix. proc.num[] [u|308]
Code:
root@nms3:~# zabbix_get -s 92.60.52.47 -k net.tcp.port[,25] 0
Code:
[root@zimbra zabbix]# su -c 'zabbix_agentd -t net.tcp.port[,25]' zabbix -s /bin/bash Creating home directory for zabbix. net.tcp.port[,25] [u|1]
Comment