PDA

View Full Version : Zabbix unable to store Integer value of 4294967295


just2blue4u
10-05-2006, 12:03
Hi!

I'm watching system.cpu.intr on various hosts (item added in template). 2 of them have an amount of 4294967295 Interrupts / s (coincidence?!). Zabbix generally shows the values of system.cpu.intr (as Integer (64bit)), but not that specific value. If i change to float, nothing happens. As character or log, the values are stored (but without unit).
Why is Zabbix unable to handle this value?

zabbix_agentd -p (client side) displays it,
zabbix_get -s <host> -k <key> (server-side) also works correctly.

This behaviour is seen on both servers (beta8 and beta9).

just2blue4u
10-05-2006, 12:09
OMG, this was a stupid one...

changed "delta (speed per second)" to "as is" :D :rolleyes: