Displaying 4 results from an estimated 4 matches for "rm205".
Did you mean:
rm202
2019 Jan 28
2
Just an interesting data point [CyberPower SNMP]
...https://github.com/networkupstools/nut/pull/632/commits/3f5e3728a720aba0be76b2fccb603b04962bb904
>
> I forget, is your copy of NUT built from an RPM? If so, it shouldn't be
> too hard to add that patch to get load, charge, input voltage/frequency
> and output voltage (assuming the RM205 is a superset of the RM202).
This is Gentoo Linux so it's built from the latest source version in the
repository.
I would tend to make the same assumption about the RM205 vs. the RM202.
> You can also use snmpwalk to see what other values might be available.
> Since there is already a...
2019 Jan 27
4
Just an interesting data point
SO, my full load on my core UPS is two Dell R610s, one Sun X4540, one HP
DL360p gen8, two six-core Thuban-II workstations plua their monitors,
and the network stack and KVM.
The APC SU3000RM (3KVA) that blew up last week considered this to be
just short of 60% load.
The new Cyberpower PR3000 (also 3KVA), wqhich operates at a 90% power
factor, considers this same load to be 43% load.
I wasn't
2019 Jan 28
0
Just an interesting data point [CyberPower SNMP]
...3b04962bb904 <https://github.com/networkupstools/nut/pull/632/commits/3f5e3728a720aba0be76b2fccb603b04962bb904>
I forget, is your copy of NUT built from an RPM? If so, it shouldn't be too hard to add that patch to get load, charge, input voltage/frequency and output voltage (assuming the RM205 is a superset of the RM202).
You can also use snmpwalk to see what other values might be available. Since there is already a skeleton MIB mapping in NUT, the only two things needed are probably the snmpwalk outputs described at the end of this section: https://networkupstools.org/docs/developer-gu...
2019 Jan 28
0
Just an interesting data point [CyberPower SNMP/USB]
...<phils at caerllewys.net> wrote:
>
> On 1/27/19 9:13 PM, Charles Lepple wrote:
>> I forget, is your copy of NUT built from an RPM? If so, it shouldn't be
>> too hard to add that patch to get load, charge, input voltage/frequency
>> and output voltage (assuming the RM205 is a superset of the RM202).
>
> This is Gentoo Linux so it's built from the latest source version in the
> repository.
If it is still showing version 2.7.4, then Gentoo must be picking up the latest tag, which is probably why that change isn't showing up on your system. 2.7.5 ha...