In Zabbix Log:
015399:20070913:164240 SNMP error in packet. Reason: (noSuchName) There is no such variable name in this MIB.
How find what item is wrong? (I use only numeric OIDs)
SELECT count(*) FROM `items` where `error` <>'';
count(*)
0
zabbix 1.1.7
015399:20070913:164240 SNMP error in packet. Reason: (noSuchName) There is no such variable name in this MIB.
Code:
015399:20070913:164240 SNMP error [(noSuchName) There is no such variable name in this MIB.] 015390:20070913:164324 SNMP error in packet. Reason: (noSuchName) There is no such variable name in this MIB. 015390:20070913:164324 SNMP error [(noSuchName) There is no such variable name in this MIB.] 015361:20070913:164345 SNMP error in packet. Reason: (noSuchName) There is no such variable name in this MIB. 015361:20070913:164345 SNMP error [(noSuchName) There is no such variable name in this MIB.]
SELECT count(*) FROM `items` where `error` <>'';
count(*)
0
zabbix 1.1.7


Comment