I have a few servers monitored by zabbix. I didn't have any problem before I tried to add a Debian 5 one, this is what i get when I try to monitor traffic on eth0 interface.
This is the agent version :
And this is the server version :
The weird part is if I call the function directly on the client it works :
If anyone can point me in the right direction I'm going crazy here!
Thanks
Code:
14622:20130630:172723.439 item [tag-na.tag-com.net:net.if.in[eth0,bytes]] became not supported: Not supported by Zabbix Agent 14619:20130630:172728.479 item [tag-na.tag-com.net:net.if.out[eth0,bytes]] became not supported: Not supported by Zabbix Agent
Code:
zabbix_agentd -V Zabbix Agent (daemon) v1.8.2 (revision 11211) (29 March 2010) Compilation time: Sep 6 2012 08:32:01
Code:
abbix_server -V Zabbix Server v1.8.11 (revision 26205) (20 March 2012) Compilation time: Apr 10 2012 20:50:08
Code:
root@TAG-NA:~# zabbix_agentd -t "net.if.in[eth0,bytes]" net.if.in[eth0,bytes] [u|583855]
Thanks
Comment