|
From: Buchan M. <bg...@st...> - 2010-05-19 13:37:55
|
On Wednesday, 19 May 2010 10:19:01 Martin Flemming wrote: > 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 > So, no data for this test (which is to validate whether both power supplies are working ...). > Does that mean, that my machine send no data for powerSupply ? Yes. You may want to disable this test (by listing all the other tests for this template that do apply in the tests option for the DEVMON tag in bb- hosts). > .. but only for powerUsage While it may be worthwhile adding, I was more concerned about whether a power supply needed to be replaced or not ... > > 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 Not sure, seems like a problem with the MIB, or your MIBLIST, or something else. This is one for the dell list. > > 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 ? The hardware may not support this, the information may be somewhere else etc., but it is not a problem with your devmon server. It could be that a new template should be created. I don't currently have any Dell PowerEdge servers on which to test this template, and the ones I did use before were quite old at the time (6650, 8450, 1750, 2650). Regards, Buchan |