We have APC UPS's installed with AP9630 MGMT cards.
When running on batteries the device correctly alarms.
However, when the UPS is operating on SmartTrim, the device is flagging as running on batteries, which is technically correct but the UPS is only compensating for an irregular input voltage.
The device profiles for APC UPS seem to alarm on everything apart from condition
onLine(2).
Is it possible for me to edit the default behaviour of the APC UPS template to also ignore when
upsBasicOutputStatus is set to
onSmartTrim(12)?
For Reference from the APC powernet404.mib:
upsBasicOutputStatus OBJECT-TYPE SYNTAX INTEGER { unknown(1), onLine(2), onBattery(3), onSmartBoost(4), timedSleeping(5), softwareBypass(6), off(7), rebooting(8), switchedBypass(9), hardwareFailureBypass(10), sleepingUntilPowerReturn(11), onSmartTrim(12) } ACCESS read-only STATUS mandatory DESCRIPTION "The current state of the UPS. If the UPS is unable to determine the state of the UPS this variable is set to unknown(1)."
::= { upsBasicOutput 1 }