search for: upsbatterystatus

Displaying 5 results from an estimated 5 matches for "upsbatterystatus".

2015 Mar 29
2
New snmp-ups subdriver for Huawei
...that people will need to either synthesize > a LB status with one or both of 'override.battery.charge.low' and > 'override.battery.runtime.low'. I didn't notice anything that looks like a low battery alarm in the Huawei MIB, though it does also return a value in UPS-MIB::upsBatteryStatus.0 so perhaps a LB alarm will be signalled there; I see that in mge-mib.c the status appears to be generated from a combination of ietf and private MIB but there is a comment "FIXME: the below may introduce status redundancy, that needs to be * adressed by the driver, as for usbhid-ups!" s...
2015 Mar 29
0
New snmp-ups subdriver for Huawei
On Mar 25, 2015, at 9:21 PM, Stuart Henderson <stu at spacehopper.org> wrote: > Hi, the diff inline below adds a new subdriver for snmp-ups to support > Huawei UPS, based on an observed walk from a UPS5000-E with a few bits > filled in from the MIBs (copy at http://junkpile.org/HUAWEI_UPS_MIB/). > Sample output from upsc follows the diff. Hi Stuart, Thanks for the patch. It
2015 Mar 31
0
New snmp-ups subdriver for Huawei
...her synthesize > > a LB status with one or both of 'override.battery.charge.low' and > > 'override.battery.runtime.low'. > > I didn't notice anything that looks like a low battery alarm in the > Huawei MIB, though it does also return a value in > UPS-MIB::upsBatteryStatus.0 > so perhaps a LB alarm will be signalled there; I see that in mge-mib.c > the status appears to be generated from a combination of ietf and private > MIB but there is a comment "FIXME: the below may introduce status > redundancy, > that needs to be * adressed by the driver, a...
2014 Feb 24
2
Arch Linux and Tripp Lite web snmp card issues.
...::upsIdentManufacturer.0 = STRING: Tripp Lite UPS-MIB::upsIdentModel.0 = STRING: SU2200XLa UPS-MIB::upsIdentUPSSoftwareVersion.0 = STRING: 17 UPS-MIB::upsIdentAgentSoftwareVersion.0 = STRING: 12.04.0055 UPS-MIB::upsIdentName.0 = STRING: Device 1 UPS-MIB::upsIdentAttachedDevices.0 = STRING: UPS-MIB::upsBatteryStatus.0 = INTEGER: batteryNormal(2) UPS-MIB::upsSecondsOnBattery.0 = INTEGER: 0 seconds UPS-MIB::upsEstimatedMinutesRemaining.0 = INTEGER: 12 minutes UPS-MIB::upsEstimatedChargeRemaining.0 = INTEGER: 100 percent UPS-MIB::upsBatteryVoltage.0 = INTEGER: 550 0.1 Volt DC UPS-MIB::upsBatteryTemperature.0 = IN...
2015 Mar 26
2
New snmp-ups subdriver for Huawei
Hi, the diff inline below adds a new subdriver for snmp-ups to support Huawei UPS, based on an observed walk from a UPS5000-E with a few bits filled in from the MIBs (copy at http://junkpile.org/HUAWEI_UPS_MIB/). Sample output from upsc follows the diff. cheers, Stuart diff --git a/data/driver.list.in b/data/driver.list.in index a0e82fb..fac3d5a 100644 --- a/data/driver.list.in +++