I have a SNMPv1 item in a template monitoring Squid. One of the items returns a percentage so as such never exceeds 100. I created the item as a Numeric (64 bit Integer) that is supposed to be updated every minute.
Now, randomly, I have zabbix crashing with the following error -
4081:20081105:151017 Query::insert into history_uint (clock,itemid,value) values (1225915817,28277,18446744073709551604)
4081:20081105:151017 Query failed:PGRES_FATAL_ERROR:ERROR: bigint out of range
Item ID is the integer I created. It never returns more then 100 so where is this '18446744073709551604' coming from?
This happens using Zabbix 1.6.0 and 1.6.1.
Now, randomly, I have zabbix crashing with the following error -
4081:20081105:151017 Query::insert into history_uint (clock,itemid,value) values (1225915817,28277,18446744073709551604)
4081:20081105:151017 Query failed:PGRES_FATAL_ERROR:ERROR: bigint out of range
Item ID is the integer I created. It never returns more then 100 so where is this '18446744073709551604' coming from?
This happens using Zabbix 1.6.0 and 1.6.1.
Real RAM 4G. So I think zabbix agent hasn't work correct with build amd64 FreeBSD 7.1.
Comment