~vcs-imports/nut:freeipmi_signed_voltages

Last commit made on 2016-02-03
Get this branch:
git clone -b freeipmi_signed_voltages https://git.launchpad.net/~vcs-imports/nut

Branch merges

Branch information

Name:
freeipmi_signed_voltages
Repository:
lp:~vcs-imports/nut

Recent commits

655beb6... by Charles Lepple <email address hidden>

FreeIPMI: signed voltages

FreeIPMI seems to have been using signed ints for voltages since v1.3.1 in
2013, and older versions should still build with warnings.

ed549a1... by Charles Lepple <email address hidden>

man/nutdrv_atcl_usb: point to nutdrv_qx (fuji) for 0001:0000

Also update best guess for the USB-to-serial converter situation.

4dc3c57... by Charles Lepple <email address hidden>

FAQ: udevadm for fixing permissions

5089ba7... by Charles Lepple <email address hidden>

FreeIPMI: do not split function arguments with a conditional

Alternate approach to suggestion by Romero B. de S. Malaquias

Closes: https://github.com/networkupstools/nut/pull/250

7c894fc... by Charles Lepple <email address hidden>

Merge remote-tracking branch 'github/issue_258_APC_strings'

c12b34c... by Charles Lepple <email address hidden>

Documentation: fix formatting

Put syntax examples in verbatim mode, and remove spaces from ends of lines.

f679a28... by Charles Lepple <email address hidden>

usbhid-ups: handle missing USB strings in APC code

Closes: https://github.com/networkupstools/nut/issues/258

Might fix: https://bugs.launchpad.net/ubuntu/+source/nut/+bug/1483615

3b3854d... by Charles Lepple <email address hidden>

HCL: added NHS Laser Senoidal 5000VA

Source: http://article.gmane.org/gmane.comp.monitoring.nut.devel/7123

Closes: https://github.com/networkupstools/nut/issues/254

75a8f41... by Arnaud Quette <email address hidden>

snmp-ups: fix staleness detection

With some ePDUs or devices using template for outlet and outlet.group,
communication loss with the device were not detected, due to the handling
mechanism. Simply skipping commands for templates, after the init time, is
sufficient to avoid this issue

757618c... by Arnaud Quette <email address hidden>

snmp-ups: improve stale communication recovery

Disable the 10 iterations to retry communicating with stale device. This was
leading up to 10 x 30 seconds, so 5mn, before being able to get data again