![](https://secure.gravatar.com/avatar/21caf0a08d095be7196a1648d20942be.jpg?s=120&d=mm&r=g)
On 04/02/2014 05:42 PM, Steve Kersley wrote:
It's not a separate module, we don't have toggles for MIBs at this point. We could add this of course.
I don't think powerware has UPS-MIB in its mibs list right now, do they (also) support it? Enabling both will give you duplicate readings, I have uncommitted unfinished code to do away with the dupes.
This particular UPS certainly responds to requests on the upsMIB OIDs (my old homebrew monitoring reads voltages from those).
For the record, Eaton have confirmed that they have reproduced the fault on the 9xx range of UPSes including on the latest revision of management card so it is being raised as a bug and is not just an issue with my particular hardware.
That's good, I guess (hope) they'll release a fixed version...
We can't really get around the table reading. What you could do in the meanwhile is add UPS-MIB to the $config['os']['powerware']['mibs'] array, and remove XUPS-MIB from there. Note that it'll affect all your powerware UPSes... but I guess that should stop it from crashing. Barring any bugs in their UPS-MIB table walk code *G*.
Ideal situation would be to not crash on a simple table walk of course ;-)
Tom