-
Incident report
-
Resolution: Cannot Reproduce
-
Minor
-
None
-
1.8.5
-
Zabbix 1.8.5rc1 (revision 18083) under CentOS 5.5 x86_64
net-snmp 5.3.2.2-9.el5_5.1.x86_64
After a while that zabbix_server is running, on all monitored servers the SNMP daemon starts logging (to syslog):
snmpd[4960]: Received bad msgID (2147549900 > 2^31 - 1).
it happens at every snmp query.
It seems that MsgID should be limited to the specified value, even if they are stored in a long int variable.