[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sun Aug 18 11:16:21 CEST 2013
AUTHORS | 3 +
README | 11 +++
configure.in | 60 +++++++++++++++
src/Makefile.am | 10 +++
src/aquaero.c | 193 +++++++++++++++++++++++++++++++++++++++++++++++++
src/collectd.conf.in | 5 ++
src/collectd.conf.pod | 23 ++++++
7 files changed, 305 insertions(+)
New commits:
commit bdf4ac4bba349bac128fea28fac13fda784ae78c
Merge: 8df4f1b 4b4d7f3
Author: Florian Forster <octo at collectd.org>
Date: Sun Aug 18 11:13:32 2013 +0200
Merge branch 'ad/aquaero'
commit 4b4d7f3060c116e8f4fdb605c037a281a95de72f
Author: Florian Forster <octo at collectd.org>
Date: Sun Aug 18 11:13:27 2013 +0200
collectd.conf(5): Improve markup of the aquaero plugin.
commit 8139d94aa8a3e5f52ef4ae4357e394a7baf891fa
Author: Florian Forster <octo at collectd.org>
Date: Sun Aug 18 11:05:42 2013 +0200
README: Add dependency "aerotools-ng".
commit 3b48fc260dcba13ba4d32ddffa54c2ba5f715caa
Author: Florian Forster <octo at collectd.org>
Date: Sun Aug 18 10:56:28 2013 +0200
aquaero plugin: Use the "complex" configuration.
Actually less LOC.
commit d33c4140644f9dfc682adcbdba6643f6e49f582e
Author: Florian Forster <octo at collectd.org>
Date: Sun Aug 18 10:55:38 2013 +0200
aquaero plugin: Some coding style fixes.
* Break long lines.
* Rename temperatures. The type instances are now "sensor", "virtual",
"software" and "other".
* Rename "flow-flow" to "flow-sensor".
commit a88e21631bd89f50949aeb1a65ecd88aedb39ee3
Author: Florian Forster <octo at collectd.org>
Date: Sun Aug 18 10:53:25 2013 +0200
configure.in: Check for the libaquaero5.o file in "obj/".
This is what the aerotools-ng Makefile is currently using.
commit 0a323ec3edc8e76b7ebfc3106cce1dec65268b58
Author: Alex Deymo <deymo at chromium.org>
Date: Tue Aug 13 01:08:18 2013 -0700
aquaero: Fix AC_CHECK configure setting for libaquaero5.
commit 186f1649312ccb9287a993d3d4c1a207edf50411
Author: Alex Deymo <deymo at chromium.org>
Date: Tue Aug 13 00:29:55 2013 -0700
aquaero: Documentation for aquaero plugin.
This patch includes the manpage, smaller config sample file and
the README and AUTHORS description.
commit 983bfa38355e8547d7c37cc31981a88e91af6b48
Author: Alex Deymo <deymo at chromium.org>
Date: Tue Aug 13 00:10:43 2013 -0700
aquaero: Fix sensor names
This patch replaces some sensor names to more reasonable ones.
commit 4cc20e3bd688adfc806a418fefe735d8ba7ed3ac
Author: Alex Deymo <deymo at chromium.org>
Date: Wed Jul 17 23:55:58 2013 -0700
aquaero: New Aquaero sensors plugin
This plugin adds support for the Aquaero 5 sensors.
commit d5cd30db4c7c932d0b0a42f7ab78dc4a12a1ac9e
Author: Alex Deymo <deymo at chromium.org>
Date: Wed Jul 17 23:54:46 2013 -0700
aquaero: Include aquaero plugin in config files.
Adds the aquaero plugin into the build system.
More information about the collectd-changes
mailing list