[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.3'
Florian Forster
octo at verplant.org
Mon Feb 25 08:30:32 CET 2008
src/exec.c | 2 +-
src/perl.c | 5 +++++
src/ping.c | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
New commits:
commit d5272dbabf4c7a47f34066c05f479523d7b8beae
Merge: 89783745dc59079eab34e0c52de6e5e972f50eb2 f91cd5dc6d1deefb404f346e5b3d167865428f76
Author: Florian Forster <octo at huhu.verplant.org>
Date: Mon Feb 25 08:30:10 2008 +0100
Merge branch 'collectd-4.2' into collectd-4.3
commit f91cd5dc6d1deefb404f346e5b3d167865428f76
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Feb 24 18:25:14 2008 +0100
ping plugin: Fixed a typo when setting the TTL.
PING_DEF_TIMEOUT used to be used instead of PING_OPT_TTL as option
argument of ping_setopt(). This caused really strange effects when pinging
hosts, like a failed assertion in ping_timeval_sub() in liboping
indicating a latency <= 0.
Thanks to Romain Francoise for pointing this out and a lot of helpful
debugging information.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit ad05cf135ac41af52f761d21f9acd3cd07540c7e
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Feb 24 12:17:24 2008 +0100
exec plugin: Don't pass an invalid egid to setgroups() if no group was given.
In case that no group has been specified in the config file, egid = -1 used to
be passed to setgroups() which, obviously, is not what we want.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 49b54bac99ab5c853826507ea525ba915f35eaa6
Author: Sebastian Harl <sh at tokkee.org>
Date: Mon Feb 25 08:28:39 2008 +0100
perl plugin: Warn if "EnableDebugger" has been used after "LoadPlugin".
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
More information about the collectd-changes
mailing list