I have been trying to figure out how to poll the Eaton UPS to see battery levels, load, etc. I found the MIBs on their site, example
xupsOutputVoltage OBJECT-TYPE
SYNTAX INTEGER (0..2147483647) -- UNITS RMS Volts
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The measured output voltage from the UPS metering in volts."
::= {xupsOutputEntry 2}
xupsOutputCurrent OBJECT-TYPE
SYNTAX INTEGER (0..2147483647) -- UNITS RMS Amp
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The measured UPS output current in amps."
::= {xupsOutputEntry 3}
xupsOutputWatts OBJECT-TYPE
SYNTAX INTEGER (0..2147483647) -- UNITS Watts
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The measured real output power in watts."
::= {xupsOutputEntry 4}
So how do I get Orion to use the correct poller so that I can see this information? Do these mibs need to be added to the database?