[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Mon Sep 8 11:24:32 CEST 2014
src/collectd.conf.in | 7 +++--
src/collectd.conf.pod | 8 ++++++
src/configfile.c | 73 ++++++++++++++++++++++++-------------------------
src/configfile.h | 2 ++
src/plugin.c | 12 ++++++--
src/target_set.c | 48 ++++++--------------------------
6 files changed, 68 insertions(+), 82 deletions(-)
New commits:
commit 01f4a6eb87b83ccd2f77e0116e5bd09645c731d5
Merge: 5305459 7256d7b
Author: Florian Forster <octo at collectd.org>
Date: Mon Sep 8 11:21:50 2014 +0200
Merge branch 'pr-713'
commit 7256d7b15948568c4e5d13d830c89be082d4db29
Author: Florian Forster <octo at collectd.org>
Date: Mon Sep 8 11:19:26 2014 +0200
src/plugin.c: Parse "MaxReadInterval" with global_option_get_time().
commit 7d08208e0d19bcf5198c6c4102e08709fb5c38da
Author: Florian Forster <octo at collectd.org>
Date: Mon Sep 8 11:16:39 2014 +0200
src/configfile.[ch]: Implement global_option_get_time().
commit 5e02dec23bf3c5ed671412c8a48fd0deaade8ba3
Author: Florian Forster <octo at collectd.org>
Date: Mon Sep 8 11:16:18 2014 +0200
src/configfile.c: Use cf_util_get_cdtime() to parse the "Interval" settings.
commit 53054595c815f30d3532a0eb14c155aad8d9d6b3
Author: Florian Forster <octo at collectd.org>
Date: Sun Sep 7 08:13:19 2014 +0200
set target: Simplify config parsing.
commit e9efa3d6fbb2c6dce9b438a763ddaf3439e548b2
Author: Alexey Remizov <alexey at remizov.org>
Date: Sun Aug 31 21:33:06 2014 +0400
parse option MaxReadInterval in the plugin_init_all()
commit 9d2c4f87ab2ae4a4749dc48eabb0b780ecdd0a99
Author: Alexey Remizov <alexey at remizov.org>
Date: Mon Aug 25 18:05:25 2014 +0400
document MaxReadInterval option
commit 6a9a4accb61d8b128d79fe0fc231a845b295c8b8
Author: Alexey Remizov <alexey at remizov.org>
Date: Mon Aug 25 11:58:24 2014 +0400
rename option MaxEffectiveInterval -> MaxReadInterval
commit 29d4188c1d4305bb06bceb66224035130d8e0a38
Author: Alexey Remizov <rem at onsec.ru>
Date: Fri Aug 22 11:02:47 2014 +0400
allow to configure the maximum effective interval between attempts to read data by plugins
More information about the collectd-changes
mailing list