Dear All, We have an Eaton 9395 UPS, with a ConnectUPS Web/SNMP card. I've successfully configured NUT to talk to the SNMP card, however it reports a battery.runtime.low of 1 , not much use, how do I change this value, is it defined by the UPS itself, the SNMP card, or NUT ? Output of upsc below. Cheers Stuart rcs-manage-1:~ # !upsc upsc phys-eaton ambient.temperature: 27.0 ambient.temperature.high: 50.00 ambient.temperature.low: 0.00 battery.charge: 100.00 battery.current: 0.00 battery.runtime: 1659.00 battery.runtime.low: 1 battery.voltage: 515.00 device.mfr: Powerware Corporation device.model: Physics/Astronomy device.type: ups driver.name: snmp-ups driver.parameter.pollinterval: 2 driver.parameter.port: 192.168.10.25 driver.version: 2.4.3 driver.version.internal: 0.47 (mib: pw 0.6.1) input.bypass.L1-N.voltage: 249.00 input.bypass.L2-N.voltage: 250.00 input.bypass.L3-N.voltage: 251.00 input.frequency: 50.10 input.L1-N.voltage: 249.00 input.L1.current: 183.00 input.L1.realpower: 42182.00 input.L2-N.voltage: 250.00 input.L2.current: 184.00 input.L2.realpower: 42366.00 input.L3-N.voltage: 250.00 input.L3.current: 184.00 input.L3.realpower: 42251.00 input.phases: 3.00 input.quality: 0.00 input.voltage.nominal: 239.00 output.frequency: 50.10 output.frequency.nominal: 50.00 output.L1-N.voltage: 240.00 output.L1.current: 150.00 output.L1.power.percent: 25.00 output.L1.realpower: 34656.00 output.L2-N.voltage: 240.00 output.L2.current: 189.00 output.L2.power.percent: 32.00 output.L2.realpower: 43783.00 output.L3-N.voltage: 240.00 output.L3.current: 168.00 output.L3.power.percent: 28.00 output.L3.realpower: 38859.00 output.phases: 3.00 output.voltage.nominal: 239.00 ups.firmware: FP: 1.38 INV: 1.38 RCT: 1.38 IFC: 1.10 ups.firmware.aux: ConnectUPS Web/SNMP Card V4.30 ups.mfr: Powerware Corporation ups.model: Physics/Astronomy ups.power: 34656.00 ups.power.nominal: 450000.00 ups.realpower.nominal: 409000.00 ups.status: OL ups.test.result: Done and passed ups.type: parallel redundancy vendor.specific.abmstatus: Battery Resting
Citeren "Poulton, Stuart W.L." <swlp1 op leicester.ac.uk>:> I've successfully configured NUT to talk to the SNMP card, however > it reports a battery.runtime.low of 1 , not much use, how do I > change this value, is it defined by the UPS itself, the SNMP card, > or NUT ?This is a configurable value, setting the runtime remaining on battery before the low battery warning is raised. It looks like the driver uses the UPS-MIB::upsConfigLowBattTime OID for this. According to IETF 1628, the units of this value is minutes. So in order to correctly display this in the units NUT uses (seconds) we need to multiply by 60 (similar to the UPS-MIB::upsEstimatedMinutesRemaining that is used for battery.runtime). So I guess what the UPS is trying to tell you, is that the runtime remaining is before it will report battery low, is 60 seconds. Depending on your UPS you might be able to change this value though the 'upsrw' command (see 'man 8 upsrw'). Remember to input this value in minutes for the time being, until we have fixed this. Best regards, Arjen -- Please keep list traffic on the list (off-list replies will be rejected)