search for: upssmartoutputload

Displaying 4 results from an estimated 4 matches for "upssmartoutputload".

2014 Feb 13
0
Tripplite UPS (SU10KRT3/1X) through snmp-ups (nut 2.6.5)
....1.1.2.1.1 > upsBaseOutputStatus 1.3.6.1.4.1.935.1.1.1.4.1.1 > > Other useful diagnostic OIDs are: > > upsSmartBatteryVoltage 1.3.6.1.4.1.935.1.1.1.2.2.2 > upsSmartBatteryRunTimeRemaining 1.3.6.1.4.1.935.1.1.1.2.2.4 > upsSmartInputLineVoltage 1.3.6.1.4.1.935.1.1.1.3.2.1 > upsSmartOutputLoad 1.3.6.1.4.1.935.1.1.1.4.2.3 > > (Ideally we would include everything the UPS offers, but this should be enough for basic monitoring and shutdown.) > > These parameters are more than enough, even upsBaseBatteryStatus, upsBaseOutputStatus, upsSmartOutputLoad - is all we need. And maybe...
2014 Feb 14
2
Tripplite UPS (SU10KRT3/1X) through snmp-ups (nut 2.6.5)
...eOutputStatus1.3.6.1.4.1.935.1.1.1.4.1.1 >> >> Other useful diagnostic OIDs are: >> >> upsSmartBatteryVoltage1.3.6.1.4.1.935.1.1.1.2.2.2 >> upsSmartBatteryRunTimeRemaining 1.3.6.1.4.1.935.1.1.1.2.2.4 >> upsSmartInputLineVoltage1.3.6.1.4.1.935.1.1.1.3.2.1 >> upsSmartOutputLoad1.3.6.1.4.1.935.1.1.1.4.2.3 >> >> (Ideally we would include everything the UPS offers, but this should be >> enough for basic monitoring and shutdown.) >> >> These parameters are more than enough, even upsBaseBatteryStatus, > upsBaseOutputStatus, upsSmartOutputLoad -...
2014 Feb 12
3
Tripplite UPS (SU10KRT3/1X) through snmp-ups (nut 2.6.5)
Thanks, now I started getting messages from the list. As you advised, I renamed the mib file NETCARD.mib to Tripplite and ran command ./gen-snmp-subdriver.sh -H 10.200.254.39 -c public -n Tripplite Here is what it says: snmp_build: unknown failuresnmpget: Error building ASN.1 representation (Can't build OID for variable) COUNT = 0 / 0 Creating tripplite-mib.h Creating tripplite-mib.c Done.
2014 Feb 14
0
Tripplite UPS (SU10KRT3/1X) through snmp-ups (nut 2.6.5)
...wrote: > Slightly changed the list, took from running snmptranslate for all parameters: > snmptranslate -IR -On upsBaseIdentModel upsBaseBatteryStatus upsSmartBatteryCapacity upsSmartBatteryTemperature upsSmartInputLineVoltage upsBaseOutputStatus upsSmartOutputVoltage upsSmartOutputFrequency upsSmartOutputLoad upsSmartControlUpsOff upsSmartControlSimulatePowerFail upsSmartControlFlashAndBeep All but the last three are mapped here: https://github.com/networkupstools/nut/tree/snmp_subdriver @ ab7b0452e (might need to re-clone this; I rebased this on master.) I haven't read up on the difference betwee...