hi guys,
i recently managed to get Zabbix, SNMP and OMSA running on a Dell PE850 Test System:
with -m ALL even the MIB resolution works:
but without -m ALL it doesn't work:
giving the exact MIB name also works:
my snmpd.conf says:
(i saw this here and here)
here i think they are trying to tell me something i don't quite understand...
Fact is, Zabbix gets the correct values (even the Trigger works ) but says "SNMP error [(noSuchName) There is no such variable name in this MIB.]"
Can someone help me please?
Thanks,
Heiner
i recently managed to get Zabbix, SNMP and OMSA running on a Dell PE850 Test System:
Code:
# snmpwalk -v 1 localhost -c public .1.3.6.1.4.1.674.10892.1.700.20.1.6.1 SNMPv2-SMI::enterprises.674.10892.1.700.20.1.6.1.1 = INTEGER: 470 SNMPv2-SMI::enterprises.674.10892.1.700.20.1.6.1.2 = INTEGER: 310
Code:
# snmpwalk -m ALL -v 1 localhost -c public iso.org.dod.internet.private.enterprises.dell.1089 2.1.700.20.1.6.1 MIB-Dell-10892::temperatureProbeReading.1.1 = INTEGER: 460 MIB-Dell-10892::temperatureProbeReading.1.2 = INTEGER: 310
Code:
# snmpwalk -v 1 localhost -c public iso.org.dod.internet.private.enterprises.dell.1089 2.1.700.20.1.6.1 iso.org.dod.internet.private.enterprises.dell.1089 2.1.700.20.1.6.1: Unknown Object Identifier (Sub-id not found: enterprises -> dell)
Code:
# snmpwalk -m MIB-Dell-10892 -v 1 localhost -c public iso.org.dod.internet.private.enterprises.dell.1089 2.1.700.20.1.6.1 MIB-Dell-10892::temperatureProbeReading.1.1 = INTEGER: 460 MIB-Dell-10892::temperatureProbeReading.1.2 = INTEGER: 310
Code:
# grep -i dell /etc/snmp/snmpd.conf mibs +MIB-Dell-10892:StorageManagement-MIB
here i think they are trying to tell me something i don't quite understand...
Fact is, Zabbix gets the correct values (even the Trigger works ) but says "SNMP error [(noSuchName) There is no such variable name in this MIB.]"
Can someone help me please?
Thanks,
Heiner


Comment