From: <lor...@pn...> - 2009-09-01 09:38:59
|
Hi Buchan, Thanks for your reply. The temperature info is part of the "status" test, which includes uptime, CPU utilization, fan status, enclosure/tray(s) status and other bits I really care about. I'll try to "adjust" the template and remove the temperature bit. Still, why does a missing OID for the "status" test cause all the other tests to turn grey? I may be missing something here, but I would have expected this to affect just one test. No? Regards, Loris Buchan Milne <bg...@st...> 01/09/2009 09:46 To dev...@li... cc lor...@pn... Subject Re: [Devmon] Issue monitoring two NetApp Filers On Monday, 31 August 2009 11:51:22 lor...@pn... wrote: > OK, > > Apparently not all NetApp filers are created equal, and these two (viking > and gemini) don't have the info for the temperature. > > <good one> > [palladium]/home/pg10326$ snmpget -v 1 -c public compton > 1.3.6.1.4.1.789.1.21.1.2.1.25.1 > SNMPv2-SMI::enterprises.789.1.21.1.2.1.25.1 = STRING: "27C (80F) ambient, > 36C (96F), 33C (91F)" > > > <bad ones> > [palladium]/home/pg10326$ snmpget -v 1 -c public viking > 1.3.6.1.4.1.789.1.21.1.2.1.25.1 > Error in packet > Reason: (noSuchName) There is no such variable name in this MIB. > Failed object: SNMPv2-SMI::enterprises.789.1.21.1.2.1.25.1 > > [palladium]/home/pg10326$ snmpget -v 1 -c public gemini > 1.3.6.1.4.1.789.1.21.1.2.1.25.1 > Error in packet > Reason: (noSuchName) There is no such variable name in this MIB. > Failed object: SNMPv2-SMI::enterprises.789.1.21.1.2.1.25.1 > > Still, one single missing OID (as far as I can see in the debug output) is > holding purple all the tests for the filers (if_load, status, voulme). > > Any suggestion about how I could fix this? In the DEVMON tag in bb-hosts, set the tests devmon should use for this device, listing all the tests available, but the temperature test, e.g.: x.x.x.x compton # DEVMON:tests(if_load,status,volume) Then have devmon re-detect the devices (to put these options into it's hosts.db file) with ./devmon --readbbhosts . Regards, Buchan |