~vcs-imports/nut:upsmon_alarm

Last commit made on 2017-04-04
Get this branch:
git clone -b upsmon_alarm https://git.launchpad.net/~vcs-imports/nut

Branch merges

Branch information

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

Recent commits

f7de20a... by Arnaud Quette

upsstats (CGI): add support for alarms

Whenever a device publishes the ALARM flag in ups.status, the CGI will publish
it part of the Status

Signed-off-by: Arnaud Quette <email address hidden>

d4a6263... by Arnaud Quette

upsmon: add support for alarms

Add general support for alarms to upsmon, which relates to the ups.status
variable of a device holding the flag "ALARM". upsmon now has a "notify type"
alarm, which allows to react on such events, as with other events

Signed-off-by: Arnaud Quette <email address hidden>

027be5e... by Arnaud Quette

oldmge-shut: final deprecation and removal

oldmge-shut is not anymore part of the distribution, and is replaced by mge-shut

Signed-off-by: Arnaud Quette <email address hidden>

4f14927... by Arnaud Quette <email address hidden>

Cppcheck improvements (#405)

Fix all Cppcheck errors, using standard c89:
* Uninitialized variables,
* Memory leak,
* Brackets balancing,
* Common realloc mistake,
* Possible null pointer dereference,
* Array index out of bounds,
* Not null-terminated string

3c9df13... by Nash Kaminski

liebert-esp2 changes: Correct battery V scaling, update docs, implement split-phase unit support (#412)

* Update liebert-esp2 documentation, include note that port on GXT2 series does not fully follow RS-232 specs.

* Refactor output format of liebert-esp2 driver to follow that of other drivers to fix the nut-cgi interface as well as for overall consistency. Implement support for 2 phase i.e. split phase input Liebert GXT2 series units. Correct battery voltage scaling for GXT2 series units as well.

* Update nut.dict

* Update nut.dict

b443b70... by Jim Klimov

Merge pull request #413 from jimklimov/travis-shuffle

Problem: NUT tests in Travis CI often wait for default-withdoc

33ba948... by Jim Klimov <email address hidden>

Problem: NUT tests in Travis CI often wait for default-withdoc

Solution in .travis.yml : since Travis cloud starts the jobs as soon as it has resources, move the bulk of quicker matrix jobs to start after the longest withdocs build. Experimental note: we still need one job defined in the simple matrix for default environment, but can keep others in a single explicitly ordered list. Now the "Running for" time got cut from 8-9 to 5.5-6 minutes.

8fdc9e2... by Jim Klimov

Merge pull request #411 from jimklimov/master

Fix the recent typing/spellchecking fixes :)

1b566ea... by Jim Klimov <email address hidden>

docs/Makefile.am : update comment about spellcheck-sortdict post-processing, to make it more relevant

95756e0... by Jim Klimov <email address hidden>

Fix some more typos and add nut.dict exceptions