[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.4'
Florian Forster
octo at verplant.org
Wed Aug 27 10:13:33 CEST 2008
.gitignore | 8 ++++++++
bindings/perl/Collectd/Unixsock.pm | 8 +++++++-
contrib/snmp-probe-host.px | 28 +++++++++++++++++++++-------
src/memcached.c | 2 +-
src/perl.c | 10 ++++------
5 files changed, 41 insertions(+), 15 deletions(-)
New commits:
commit 3f2f61c7d74d9204405a4b0c21390451c98665a7
Merge: 41bcf9fccca372cbe5cc9255cfbb80bfb75c7e64 9d90a7e3515dcd22d07f2b9a91324379aede8d4a
Author: Florian Forster <octo at huhu.verplant.org>
Date: Wed Aug 27 10:12:55 2008 +0200
Merge branch 'collectd-4.3' into collectd-4.4
commit 9d90a7e3515dcd22d07f2b9a91324379aede8d4a
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue Aug 26 15:52:11 2008 +0200
.gitignore: Added collectd-nagios, collectdmon and perl stuff.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit b90ad9b5b6d928a211b939dc0d51aa92cd09fdd2
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue Aug 26 11:52:53 2008 +0200
perl plugin: Re-get the perl interpreter after parsing each configuration option.
The current perl interpreter might change while parsing the configuration
(e.g. the first interpreter is created by the "LoadPlugin" option), so this is
to make sure that we're using the right interpreter at all times.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 1d272ac5bc379895ca0dea80a9abe791893863e2
Author: Florian Forster <octo at noris.net>
Date: Tue Aug 26 17:59:18 2008 +0200
contrib/snmp-probe-host.px: Don't fail silently, but outupt an empty config.
commit e6c7276f2e1294601f35d8ff852f6e4cd345f2f2
Author: Florian Forster <octo at noris.net>
Date: Tue Aug 26 17:58:28 2008 +0200
contrib/snmp-probe-host.px: Work-around for Windows systems.
They don't return an error, but `success' and a string stating
NOSUCHOBJECT.
Just great.
commit e971fcbed97e6a25fa92c594a15449c77d47ada8
Author: Florian Forster <octo at noris.net>
Date: Tue Aug 26 17:57:38 2008 +0200
contrib/snmp-probe-host.px: Fix for `table' data without instance.
commit 43e1aa5836da14b8fd473111ad48f7a69700ce7b
Author: Jarle Bjørgeengen <jarle.bjorgeengen at usit.uio.no>
Date: Mon Aug 25 22:30:27 2008 +0200
Collectd::Unixsock: Allow passing of `Interval' to `PUTVAL'.
commit 801067164e6eb068f5b5b2c45638fd207d5084ff
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Mon Aug 25 20:03:12 2008 +0200
memcached plugin: Wait for a *little* longer for the memcached to answer.
poll(2) takes a timeout in milliseconds, not seconds. Multiply
`interval_g' by 1000 before passing it to `poll'.
Thanks to Joost Cassee <joost at cassee.net> for helping debug this.
More information about the collectd-changes
mailing list