From: Martin F. <mar...@de...> - 2010-05-19 09:19:10
|
Thanks for responds .. On Wed, 19 May 2010, Buchan Milne wrote: > On Wednesday, 19 May 2010 08:59:47 mar...@de... wrote: >> Hi ! >> >> I use the dell-poweredge-template for monitoring , >> and the temp- and raid-test are working well, >> but for fans and power i've got following error >> >> fans: >> Missing repeater data for primary OID coolingDeviceIndex >> >> Power supplies: >> clear Missing repeater data for primary OID powerSupplyIndex >> >> >> Devmon version 0.3.1-beta1 running >> >> But they will recognize with snmptranslate >> >> snmptranslate -m +MIB-Dell-10892 -IR -On powerSupplyStatus >> .1.3.6.1.4.1.674.10892.1.600.12.1.5 >> snmptranslate -m +MIB-Dell-10892 -IR -On coolingDeviceStatus >> .1.3.6.1.4.1.674.10892.1.700.12.1.5 >> > > This just indicates that you have the MIB file, and the MIB file has OIDs for > powerSupplyStatus. > > It does not show whether there is any data available on your host for these > OIDs. > > Have you tried snmpwalk? E.g.: > > snmpwalk -v2c -c public ip.add.re.ss 1.3.6.1.4.1.674.10892.1.600.12.1.5 Ok course :-) snmpwalk -v2c -c secret hostname 1.3.6.1.4.1.674.10892.1.600.12 Cannot find module (BASEBRDD_MIB-MIB): At line 0 in (none) MIB-Dell-10892::powerSupplyTable = No Such Object available on this agent at this OID Does that mean, that my machine send no data for powerSupply ? .. but only for powerUsage snmpwalk -v2c -c public wof-webserv2 1.3.6.1.4.1.674.10892.1.600|grep power Cannot find module (BASEBRDD_MIB-MIB): At line 0 in (none) MIB-Dell-10892::powerUsageChassisIndex.1.1 = INTEGER: 1 MIB-Dell-10892::powerUsageIndex.1.1 = INTEGER: 1 MIB-Dell-10892::powerUsageStateCapabilities.1.1 = INTEGER: 0 MIB-Dell-10892::powerUsageStateSettings.1.1 = INTEGER: enabled(2) MIB-Dell-10892::powerUsageStatus.1.1 = INTEGER: ok(3) MIB-Dell-10892::powerUsageEntityName.1.1 = STRING: "System power consumption data" MIB-Dell-10892::powerUsageCumulativeWattage.1.1 = INTEGER: 167876 and what does that means ? Cannot find module (BASEBRDD_MIB-MIB): At line 0 in (none) The mib sholud be present grep BASEBRDD_MIB-MIB /usr/share/snmp/mibs/* /usr/share/snmp/mibs/dellserv.mib:BASEBRDD_MIB-MIB DEFINITIONS ::= BEGIN > Check all the OIDs for any tests that are clear, devmon (currently) gives up > if one "walk" fails, so some tests may be clear, even though there is data for > it, because other data was not available. Is that rather a target problem (maybe asking on the linux-poweredge-list, how i can get this informations for powerSupply?) or my devmon/snmp Server configuration-problem ? thanks martin |