I'm using zabbix_agent to get linux network interface traffic and getting wrong values.
This is what i get with iptraf on server running the agent:
In cacti, this value is very close. In Zabbix I get this:
This is how my item is configured:
This is the server:
This is the agent:
Can anyone help me figure out where I am going wrong?
This is what i get with iptraf on server running the agent:
Code:
Incoming rates: 70932.1 kbits / sec
Code:
Incoming traffic on interface eth0 16 Aug 2013 17:59:16 94.48 Mb / s +6.98 Mb / s Graph
Code:
Host: Template_Linux Name: Incoming traffic on interface $1 Type: Zabbix agent Key: net.if.in [eth0,bytes] Type of information: Numeric (float) Units: b/s Use custom multiplier: 8 Update interval (in sec) 5 Store value: Delta (speed per second) Show value: As is
Code:
root@monitor:~# zabbix_server -V Zabbix server v2.0.1 (revision 28455) (27 June 2012) Compilation time: Jul 10, 2012 17:18:51
Code:
root@router-rs:~# zabbix_agent -V Zabbix agent v2.0.7 (revision 37436) (31 July 2013) Compilation time: Aug 4 2013 13:47:19
Comment