Hi,
Currently we have a client with dropped packets on their interface and I thought we were monitoring that.
But the values of "Interface eth0: Inbound packets with errors" remain 0 in zabbix.
We are using active 4.4 agents and 5.0 server in this environment, the net.if.in["eth0",bytes] are working fine.
On the device itself I see the dropped packets
ip -s -s link show dev eth0
2: eth0: <BROADCAST,MULTICAST,DYNAMIC,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
link/ether
RX: bytes packets errors dropped overrun mcast
24004595 145474 0 1270 0 0
RX errors: length crc frame fifo missed
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
18877815 103579 0 0 0 0
TX errors: aborted fifo window heartbeat transns
0 0 0 0 2
And when I run the zabbix agent on it I can also see the correct values on the key the template uses for the item
/usr/sbin/zabbix_agentd -t "net.if.in["eth0",dropped]"
net.if.in[eth0,dropped] [u|1290]
/usr/sbin/zabbix_agentd -t "net.if.in["eth0",dropped]"
net.if.in[eth0,dropped] [u|1292]
So why are they not monitored :-&
Currently we have a client with dropped packets on their interface and I thought we were monitoring that.
But the values of "Interface eth0: Inbound packets with errors" remain 0 in zabbix.
We are using active 4.4 agents and 5.0 server in this environment, the net.if.in["eth0",bytes] are working fine.
On the device itself I see the dropped packets
ip -s -s link show dev eth0
2: eth0: <BROADCAST,MULTICAST,DYNAMIC,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
link/ether
RX: bytes packets errors dropped overrun mcast
24004595 145474 0 1270 0 0
RX errors: length crc frame fifo missed
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
18877815 103579 0 0 0 0
TX errors: aborted fifo window heartbeat transns
0 0 0 0 2
And when I run the zabbix agent on it I can also see the correct values on the key the template uses for the item
/usr/sbin/zabbix_agentd -t "net.if.in["eth0",dropped]"
net.if.in[eth0,dropped] [u|1290]
/usr/sbin/zabbix_agentd -t "net.if.in["eth0",dropped]"
net.if.in[eth0,dropped] [u|1292]
So why are they not monitored :-&
Comment