We just upgraded Zabbix to 1.6.5 because 1.6.4 with PostgreSQL database was horribly unstable. We did a test run on development server and it looked ok.
On the first glance, server was working smoothly. However, then we realized that there is a problem with net.if.* items on random set of servers. All items are defined as Float and stored as "Delta (speed per second)". Here are some error messages:
I don't have a clue where are these enormous figures coming from. Worst thing is that these are different OSes (Debian, CentOS).
Has someone noticed something similar? Any ideas?
Thanks in advance,
emir
On the first glance, server was working smoothly. However, then we realized that there is a problem with net.if.* items on random set of servers. All items are defined as Float and stored as "Delta (speed per second)". Here are some error messages:
Code:
Item [node1.local:net.if.in[eth0,bytes]] error: Type of received value [14535276550645] is not suitable for value type [Numeric (float)] Item [node2.local:net.if.out[eth0,bytes]] error: Type of received value [9963079288286] is not suitable for value type [Numeric (float)] Item [node3.local:net.if.in[lo,bytes]] error: Type of received value [3581532085262] is not suitable for value type [Numeric (float)]
Has someone noticed something similar? Any ideas?
Thanks in advance,
emir
Comment