Hi!
I have a problem with eth0 and lo incoming and outgoing traffic monitoring, Zabbix Agentd told me that dont support that items:
net.if.out[eth0,bytes]
net.if.in[eth0,bytes]
but if I test that item directly on zabbix_agent its works!
i dont understand that ;-)
Centos 5.4, NET-SNMP version: 5.3.2.2, Zabbix 1.8.1
Thanks for your help
I have a problem with eth0 and lo incoming and outgoing traffic monitoring, Zabbix Agentd told me that dont support that items:
net.if.out[eth0,bytes]
net.if.in[eth0,bytes]
Code:
# telnet 127.0.0.1 10050 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. net.if.out[eth0,bytes] ZBXDZBX_NOTSUPPORTEDConnection closed by foreign host.
Code:
# /usr/local/sbin/zabbix_agent -t net.if.in[eth0,bytes] net.if.in[eth0,bytes] [u|9126414]
Centos 5.4, NET-SNMP version: 5.3.2.2, Zabbix 1.8.1
Thanks for your help
Comment