From: W.J.M. N. <Wim...@nl...> - 2016-01-26 14:04:14
|
Hello Steve, > here is what I have in the ibmups template I have made (in terms of oids) > > check/column:batt-capacity > > upsBatteryStatus : .1.3.6.1.2.1.33.1.2.1.0 : leaf > upsEstimatedminsrem : .1.3.6.1.2.1.33.1.2.3.0 : leaf > upsEstimateChargerem : .1.3.6.1.2.1.33.1.2.4.0 : leaf > upsBattVoltage : .1.3.6.1.2.1.33.1.2.5.0 : leaf > > check/column:ibmupspwr > > inputvolt : .1.3.6.1.2.1.33.1.3.3.1.3.1 : leaf > inputfreq : .1.3.6.1.2.1.33.1.3.3.1.2.1 : leaf > outputvolt : .1.3.6.1.2.1.33.1.4.4.1.2.1 : leaf > outputcurr : .1.3.6.1.2.1.33.1.4.4.1.3.1 : leaf > outputpwr : .1.3.6.1.2.1.33.1.4.4.1.4.1 : leaf > outputloadlvl : .1.3.6.1.2.1.33.1.4.4.1.5.1 : leaf > > check/column:ibmupstmp > > IBMTemp : 1.3.6.1.4.1.534.1.6.5.0 : leaf > IBMHumi : 1.3.6.1.4.1.534.1.6.6.0 : leaf > > For temperature output, it says unknown and the other checks all have > unknown/no data (with no SNMP data in logs) > > Is it perhaps something to do with the ending in 0 or not? I do remember > testing those out. I don't think that the last digit of the OID does matter. Assuming that also the OIDS defined in the transforms-files all have different names, the next thing you could check is the behaviour of the IBM UPS device. If the temperature-probe is removed, can you get the information of all the OIDs starting with ".1.3.6.`.2.1.33", using a basic utility like snmpget? If so, there must be something wrong in devmon. If not so, the UPS is behaving strangely. Regards, Wim Nelis. |