Displaying 20 results from an estimated 300 matches similar to: "cpqpowermib tweak"
2010 Jan 27
1
CPQPOWER-MIB - nearly there
I have attempted to create cpqpowermib.h for the snmp-ups driver. We use
HP UPSs and version 2 of the firmware for their AF401A management cards
use the CPQPOWER-MIB.
I have attached my current attempt (which builds and almost works
against nut 2.4.1). Once all is working I'll send in the finished
article for consideration. This file is based on ietfmib.h.
There are a couple of issues
2010 Feb 01
1
CPQPOWER-MIB contribution
Hi Folks,
I've tested and tidied it up. Please accept this contribution for
consideration. The patch for snmp-ups.c is against the latest (at 10 am
GMT) svn.
Any changes you'd like made and tested, please let me know.
Regards,
-
Philip Ward
Unix Systems Administrator
Ext 7274
--
The Sunday Times Scottish University of the Year 2009/2010
The University of Stirling is a charity
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
2006 Dec 04
4
megatec and some changes to cmdvartab and new-names.txt
I had some free time this weekend, and made some long overdue changes
to "megatec". The thing is, these changes lead to a couple of
questions that I must ask before I go on and "svn commit" them:
1) The blazer, fentonups, esupssmart, ippon, sms and mustek drivers
are now completely covered and all of their functionality should now
be present in megatec, and also every model
2013 Aug 26
2
snmp-ups on debian
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The snmp-ups driver 2.6.4 as packaged with Debian wheezy crashes when
talking to a UPS that uses the CPQPOWER MIB. I have built 2.6.5 from
source and found the same problem.
On July 29th I grabbed the latest source from svn, built it and now
have a working snmp-ups driver.
Would it be possible to update the debian package? I'd be happy to
help
2009 Mar 18
1
SNMP on HP UPS
We use HP R5500XR UPS, and they all have SNMP cards. These devices
supposedly use the IETF MIB, but in order to get the SNMP driver to talk
to them I have had to hack it slightly.
I'd like to see these UPS proplerly supported in the official nut
release (mostly so I don't have to faff around patching and repackaging
when a new version comes out) and would be more than happy to provide
2006 Jul 06
1
NUT localization [was Re: patch file]
On 7/6/06, Arnaud Quette <aquette.dev@gmail.com> wrote:
> just in time, since I'm finishing 2.0.4-pre1.
> I'll release it tomorrow, and I'll check to include your patch.
One more thing: the patch changes the solis driver language to
Portuguese. Are these units sold outside of Brazil?
At some point, if we start supporting more drivers that are sold
regionally, it might be
2010 Feb 07
2
NUT release plans (post-2.4.1): ChangeLog format
What follows is a sample of the output of svn2cl for the trunk. I
added the username-to-email mapping file, enabled revision numbers,
and told it to group commits on a single day by the same author:
$ svn2cl --group-by-day --include-rev --authors=../../svn2cl.authors
Arjen: I used your main email address that you typically list in the
ChangeLog entries.
Arnaud: I wasn't sure which address
2013 Jul 03
1
bcmxcp: Patch for adding ups.load and battery.voltage.low
On Jul 2, 2013, at 5:16 PM, Kjell Claesson wrote:
>> I hope other people can also test this.
>>
>> Regards
>> Alf Hogemark
>
> Due to some crashes on the disks and lack of time I don't have the git on the
> pc now. But maybe some other can commit this.
I'd like to ask people to specifically try the bcmxcp branch on GitHub - it includes some changes
2014 Feb 27
0
snmp-ups sends status "OL OB" on HP R3000 UPS with AF465A management card [UPDATE]
Additional question: I noticed on the HP Website that the latest version
of "CPQPOWER.MIB" (1.76, dated Sept. 19, 2013) was more recent than the
related file (./drivers/compaq-mib.c) in the NUT driver.
Is the MIB structure as implemented on the management card perhaps no
longer in line with the NUT driver ?
The latest MIB file can be downloaded from the following URL:
2012 Jan 05
1
Re old message CPQPOWER-MIB - nearly there (using snmp-ups with HP AH401A management card)
Hi,
This appears to be related to a thread from January 2010:
http://lists.alioth.debian.org/pipermail/nut-upsdev/2010-January/004470.html
NB: This is on an HP-UX 11.31 box, using a self compiled and packaged version of NUT 2.6.3, and net-snmp v5.7.1.
Therefore some of the search paths and things like that may well be wrong because I've done something dumb. I'm also
only just getting
2014 Feb 27
2
snmp-ups sends status "OL OB" on HP R3000 UPS with AF465A management card
Hello list,
I've installed NUT on an HP blade server, and I try to get it
communicating via SNMP with 2 HP R3000 UPSes, each fitted with a AF465A
management card. To do this, I used the snmp-ups driver, and configured
it for the "cpqpower" MIB. Communication with the UPSes is established.
My problem is that both UPSes constantly return the "OL OB" status
which, in
2010 Dec 14
1
Setting Battery Runtime Low
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
2013 Aug 29
0
snmp-ups on debian
On Aug 26, 2013, at 6:11 AM, Philip Ward wrote:
> The snmp-ups driver 2.6.4 as packaged with Debian wheezy crashes when
> talking to a UPS that uses the CPQPOWER MIB. I have built 2.6.5 from
> source and found the same problem.
>
> On July 29th I grabbed the latest source from svn, built it and now
> have a working snmp-ups driver.
>
> Would it be possible to update the
2014 Feb 25
0
Arch Linux and Tripp Lite web snmp card issues.
On Feb 24, 2014, at 6:57 PM, Jason R Begley wrote:
> Segmentation fault
That's not good. If you crank up the debug level past 2, does it provide any more detail about where it crashed? (We'd only need the last few lines, if they are different.)
I don't know how Arch Linux does debug symbols, so the dmesg output doesn't pinpoint which function in libc got bad data. Can you run
2014 Feb 24
2
Arch Linux and Tripp Lite web snmp card issues.
I have been working with NUT to get this working since upgrading to a
web snmp card in a UPS. I keep getting seg faults when running snmp-ups
also. Below is the output.
kernel: [1365065.178230] snmp-ups[1940]: segfault at 0 ip b7555470 sp
bf8d89e8 error 4 in libc-2.18.so[b74c2000+1a9000]
Running: Arch i686 current
Nut is current git
Device is Tripp Lite SU2200XLa with WEBSNMPCARD running
2009 Aug 31
3
SNMP on HP UPS
Hi,
I would like to contribute code to make the SNMP driver compatible with
HP's AF401A UPS module. It is also compatible with HP's older SNMP
modules.
It's just a new mib specification plus the necessary changes to
snmp-ups.c
Several sources have told me that these UPSs use the cpqpower.mib, but
comparing that mib at http://www.snmplink.org/cgi-bin/nd/m/Ent/H/Hewlett
2006 Jun 17
1
Re: [nut-commits] svn commit r433 - in trunk: data drivers include
Arnaud,
this commit refers to files called libshut.c and libshut.h, yet no
such file has been added to SVN. Perhaps take this opportunity to run
"svn status" and check for other files that might be missing from
SVN.
-- Peter
> ---------- Forwarded message ----------
> From: Arnaud Quette
> To: nut-commits@lists.alioth.debian.org
> Date: Fri, 16 Jun 2006 13:40:59 +0000
2014 Feb 25
2
Arch Linux and Tripp Lite web snmp card issues.
Thanks for the quick response Charles! I may not have gotten the correct
output from the snmpwalk, let me know if the attachment is usable. Thanks!
New data added, here is the gdb output:
Reading symbols from /usr/bin/snmp-ups...(no debugging symbols
found)...done.
(gdb) run -a tripplite -DD
Starting program: /usr/bin/snmp-ups -a tripplite -DD
warning: Could not load shared library symbols for
2008 Apr 16
1
new information to understand
Hi,
I've been using nut for a while on a UPS with the generic driver. It
has worked well. Thankyou.
I've just installed a new UPS 'INVERTER Atlantic Star T3' and their
documentation speaks of megatec.
So I tried it. And I get lots of wonderful information I'm not used to seeing.
# upsc my_sai at localhost
battery.charge: 100.0
battery.voltage: 2.31
battery.voltage.nominal: