search for: su_ups_get

Displaying 8 results from an estimated 8 matches for "su_ups_get".

2014 Feb 27
2
snmp-ups sends status "OL OB" on HP R3000 UPS with AF465A management card
...upsdrv_initinfo(): adding command 'load.on.delay' 0.070577 upsdrv_initinfo(): adding command 'shutdown.reboot' 0.074894 upsdrv_initinfo(): adding command 'test.battery.start' 0.074923 getting data: ups.mfr (.1.3.6.1.4.1.232.165.3.1.1.0) 0.074931 su_ups_get: ups.mfr .1.3.6.1.4.1.232.165.3.1.1.0 0.079277 entering su_setinfo(ups.mfr) 0.079322 => value: HP 0.079330 getting data: ups.model (.1.3.6.1.4.1.232.165.3.1.2.0) 0.079338 su_ups_get: ups.model .1.3.6.1.4.1.232.165.3.1.2.0 0.083398 entering su_setinfo(ups.model)...
2013 Jul 17
2
HP R12000/3 UPS reports status as OL DISCHRG OB
Here's the first update of ups.status: 0.102449 getting data: ups.status (.1.3.6.1.4.1.232.165.3.4.5.0) 0.102546 su_ups_get: ups.status .1.3.6.1.4.1.232.165.3.4.5.0 0.102646 nut_snmp_get(.1.3.6.1.4.1.232.165.3.4.5.0) 0.104539 SNMP UPS driver : entering su_status_set() 0.104641 su_find_infoval: found OL (value: 3) 0.104730 => value: 3 0.104823 getting data: ups.status (.1.3.6.1.4.1.232.165.3.2.5.0)...
2013 Jul 16
0
HP R12000/3 UPS reports status as OL DISCHRG OB
Sorry about that! Chris. Chris Pratt Development Infrastructure Manager T: +44 118 929 4176 | M: +44 7979 854 307 | F: +44 118 929 4001 -----Original Message----- From: Charles Lepple [mailto:clepple at gmail.com] Sent: 16 July 2013 00:32 To: Pratt Chris Subject: Re: [Nut-upsuser] HP R12000/3 UPS reports status as OL DISCHRG OB On Jul 15, 2013, at 9:35 AM, Pratt Chris wrote: > Debug output
2013 Jul 15
4
HP R12000/3 UPS reports status as OL DISCHRG OB
Hi. Back before Christmas Arnaud sent me a patch for the snmp-ups driver for my HP R12000/3 UPS. Unfortunately shortly after I had to take quite a lot of sick leave so wasn't able to progress it, but I'm working on it again now. I'm at the point where I can start the driver with upsdrvctl and start the daemon with upsd. When I check the UPS status though it shows as OL DISCHRG OB,
2014 Aug 30
1
snmp-ups and constants in snmp_info_t snmp2nut tables
...think I need to add it statically. I've tried the following, (nut-2.7.2) ... { "input.phases", 0, 1.0, NULL, "3", SU_FLAG_SETINT, NULL, &input_phases }, ... That ends up as (snmp-ups -a foo -DDDD) ... 0.177686 getting data: input.phases ((null)) 0.177690 su_ups_get: input.phases (null) ... How do I add a constant value to {input|output|bypass}_phases ? //Erik
2010 Jun 22
1
snmp-ups 2.4.3 cannot talk to upsd
Hi all, I recently upgraded an ubuntu jaunty machine with nut 2.4.1 to lucid LTS. The previously working nut configuration is a no-go, but I got it up and running using the snmp-ups executable from the previous install. What it happens (from what I can see at least) is that the status has been changed and it's not read as before. In the 2.4.1 release I had an "OL" string (online, I
2015 Mar 12
0
NUT vs PowerWalker/BlueWalker SNMP with VFI 1500RM/3000RM LCD models
...Tools - UPS driver controller 2.6.4 Network UPS Tools - Generic SNMP UPS driver 0.66 (2.6.4) Detected 3K on host 10.0.0.236 (mib: ietf 1.4) [pw3000] unhandled ASN 0x6 received from 1.3.6.1.2.1.33.1.7.1.0 [snmp-ups with pw3000] 0.612495 getting data: ups.status (1.3.6.1.2.1.33.1.7.1.0) 0.612500 su_ups_get: ups.status 1.3.6.1.2.1.33.1.7.1.0 0.612504 nut_snmp_get(1.3.6.1.2.1.33.1.7.1.0) 0.612917 [pw3000] unhandled ASN 0x6 received from 1.3.6.1.2.1.33.1.7.1.0 0.612929 => Failed 0.612935 SU_CMD_MASK => 1.3.6.1.2.1.33.1.7.1.0 [snmpwalk says] iso.3.6.1.2.1.33.1.7.1.0 = OID: ccitt.0 ealier...
2006 Jan 21
2
snmp-ups hacking
Hi all! I'm wondering if there's anyone doing any hacking on the snmp-ups driver at the moment. I've started looking at implementing 3phase-support, and this uncovered some rather unpleasant stuff in the snmp-ups driver that I really need to fix in order to get things sane. Those of you that's allergic to SNMP might want to stop reading now, this is rather icky ;)