[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Mon Jun 8 12:36:23 CEST 2015
src/apcups.c | 124 ++++++++++++++++++++-----------------------------
src/collectd.conf.in | 1 +
src/collectd.conf.pod | 12 ++++-
src/processes.c | 27 -----------
src/varnish.c | 2 +-
5 files changed, 63 insertions(+), 103 deletions(-)
New commits:
commit 9b4f1327773717688653e080da89e0e19fc9a26f
Author: Florian Forster <octo at collectd.org>
Date: Mon Jun 8 12:36:04 2015 +0200
apcups plugin: Implement the "PersistentConnection" option.
If set to false, close the connection after each interval. This lets
users chose this method if persistent connections pose a problem.
Fixes: #617
commit fb075e15e3400afdb691b88f1e1a4a38578aaba9
Author: Florian Forster <octo at collectd.org>
Date: Mon Jun 8 12:34:41 2015 +0200
apcups plugin: Handle "END APC" lines correctly and stop reading.
Fixes: #617
commit d36acdd2311d0f847b270d4949f80109535c98ad
Author: Florian Forster <octo at collectd.org>
Date: Mon Jun 8 12:33:49 2015 +0200
apcups plugin: Fight code rot.
* Use the cleaner "complex" config and the cf_util_* functions.
* Rename "host" and "port" to "node" and "service".
Use cf_util_get_service() so users may specify services as string.
* Remove unused defines.
commit 3eefdce0eb035572403dc6ee7ae98e3d934fec1e
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Sun Jun 7 16:21:37 2015 +0200
varnish: update plugin_register_complex_read() to new default value
... just a follow up to cce136946b, in which one of the two
plugin_register_complex_read() calls got missed out.
commit 754a0590a5e28b0d3d1cb655865fd91a14d5a71d
Author: Arthur Gautier <baloo at gandi.net>
Date: Sat Jun 6 21:06:25 2015 +0000
processes: revert re-introduction of ps_read_tasks
This commit partially revert 30eeeee996124de666f907877f8196e5580101ed
which solved incorrectly the merge conflict
Signed-off-by: Arthur Gautier <baloo at gandi.net>
More information about the collectd-changes
mailing list