search for: snmp_subdriv

Displaying 6 results from an estimated 6 matches for "snmp_subdriv".

Did you mean: snmp_subdriver
2014 Feb 14
0
Tripplite UPS (SU10KRT3/1X) through snmp-ups (nut 2.6.5)
...artBatteryTemperature 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 between NUT variables and commands in snmp-ups. Please try building snmp-ups, and let me know how the output of upsc looks. > .1.3.6.1.4.1.935.1.1.1.6.2.1 > .1.3.6.1.4.1.935.1.1.1...
2014 Feb 14
2
Tripplite UPS (SU10KRT3/1X) through snmp-ups (nut 2.6.5)
> Does it have the same behavior if you start from .1.3.6.1.4.1.935*.1* or . > 1.3.6.1.4.1.935.1.1? If not, no worries - see below. > > Yes, says "Timeout: No Response from 10.200.254.39", Ok. > ..... > > >> The important part of "mode 2" is to have the output of snmpwalk. It is >> possible to query each OID, and manually build the *-mib.c
2014 Feb 10
0
Tripplite UPS (SU10KRT3/1X) through snmp-ups (nut 2.6.5)
...to add that to the distribution. Not sure what Google found, but this is generally where the latest version is kept: https://github.com/networkupstools/nut/blob/master/scripts/subdriver/gen-snmp-subdriver.sh For now, I am putting fixes on this branch: https://github.com/networkupstools/nut/blob/snmp_subdriver/scripts/subdriver/gen-snmp-subdriver.sh Can you try the version from the second link? (use the "Raw" button to download the script itself) > ./gen-snmp-subdriver.sh -H 10.200.254.39 -c public -n NETCARD.mib I would recommend using "-n TrippLite" or similar, since the res...
2014 Feb 07
3
Tripplite UPS (SU10KRT3/1X) through snmp-ups (nut 2.6.5)
Hi, Nut-upsusers, I am having problem configuring NUT to work with Tripplite UPS through SNMP. There is a Tripplite SmartOnline SU10KRT3/1X and attempts to monitor it using NUT though SNMP are failing... OS: Enterprise Linux 6, Nut version: 2.6.5. ups.conf is configured: [trippliteups] driver = snmp-ups port = 10.200.254.39 desc = "ProductionServer"
2014 Feb 17
2
Tripplite UPS (SU10KRT3/1X) through snmp-ups (nut 2.6.5)
> > I forgot to mention, if you don't want to deal with autoconf, etc., when > building from Git, you can grab a snapshot from Buildbot: > > nut-2.7.1.5.tar.gz<http://buildbot.networkupstools.org/~buildbot/cayman/snapshot/snmp_subdriver/rab7b0452e21aef8aaf308963da6380e712427e1d-146/nut-2.7.1.5.tar.gz> > > Thanks a lot, I downloaded it from this link and ran commands "autoreconf && ./configure && make" to build it: It says: configure.ac:108: error: possibly undefined macro: AC_C_FLEXIBLE_ARRAY_...
2014 Feb 12
3
Tripplite UPS (SU10KRT3/1X) through snmp-ups (nut 2.6.5)
...what Google found, but this is generally where the latest version > is kept: > > > https://github.com/networkupstools/nut/blob/master/scripts/subdriver/gen-snmp-subdriver.sh > > For now, I am putting fixes on this branch: > > > https://github.com/networkupstools/nut/blob/snmp_subdriver/scripts/subdriver/gen-snmp-subdriver.sh > > Can you try the version from the second link? (use the "Raw" button to > download the script itself) > > ./gen-snmp-subdriver.sh -H 10.200.254.39 -c public -n NETCARD.mib > > > I would recommend using "-n TrippLite...