From: Tom G. <to...@mc...> - 2007-03-29 20:40:40
|
Tom Georgoulias wrote: >> Those are the template for the bladecenter (not the bladecenter H or T >> though they may be compatible) I started making. >> >> Hopefully they may be usable as is or be a starting base. > > Thank you for the templates. They work as is, and I'm starting to > experiment with them. Guess I spoke too soon, all of the bladecenters are showing red alerts for the "power" test, even though they report that they OK. Here's an example of the red power status: Power Modules ------------- Alarming on (1,2) 1 red 1 - Power domain status is good. Bay 1: 1875W Bay 2: 1875W 2 red 1 - Power domain status is good. Bay 3: 1875W Bay 4: 1875W Looking at the templates for power, I see that the threshold for a red alert is "3", but I'm not sure why the test is showing up as red when the value returned for fuelGaugeStatus is 1 (or at least I think it is returning 1.) from thresholds template: fuelGaugeStatusNumeric : red : =3 : Fuel Gauge status is {fuelGaugeStatus} fuelGaugeStatusNumeric : yellow: =2 : Fuel Gauge status is {fuelGaugeStatus} Doing a snmpget of the bladecenter, I get an error when I query the OID .1.3.6.1.4.1.2.3.51.2.2.10.1.1.1.3 (as listed in the OID template), but not when I query 1.3.6.1.4.1.2.3.51.2.2.10.1.1.1.3.1 and 1.3.6.1.4.1.2.3.51.2.2.10.1.1.1.3.2. (Note the addition of .1 and .2 at the end of the OID). Output from snmpwalk: "1 - Power domain status is good." That 1 is the value for fuelGaugeStatus, right? The transform template replaces " with 1, right? What am I missing or doing wrong? Any help is appreciated. -- Tom Georgoulias Systems Engineer McClatchy Interactive to...@mc... |