From: Buchan M. <bg...@st...> - 2010-05-19 08:53:14
|
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 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. Regards, Buchan |