[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.4'
Florian Forster
octo at verplant.org
Sun Jul 6 16:17:31 CEST 2008
contrib/examples/MyPlugin.pm | 10 ++++++++--
contrib/examples/myplugin.c | 9 ++++++++-
src/collectd.conf.in | 2 +-
src/common.c | 16 ++++++++--------
src/email.c | 24 ++++++++++--------------
src/plugin.c | 28 +++++++++++++++++-----------
src/rrdtool.c | 4 ++--
src/utils_dns.c | 4 +++-
8 files changed, 57 insertions(+), 40 deletions(-)
New commits:
commit 9bbf7d748e3fc79ac66b496cfda50706228e7c2b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Jul 6 15:24:59 2008 +0200
email plugin: Don't print `pthread_t'.
It may be a struct, so printing it is not portable.
commit a8d1499f57d3ffaff4c0ef3259a9fbf21b2953c5
Merge: f30d553f821b4c8f806bd294973561e635133e1a 7699c3ec722a9414f3342d6cd31b7be440a5da6f
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Jul 6 15:04:41 2008 +0200
Merge branch 'collectd-4.3' into collectd-4.4
commit 7699c3ec722a9414f3342d6cd31b7be440a5da6f
Author: Sebastian Harl <sh at tokkee.org>
Date: Wed Jul 2 16:26:46 2008 +0200
src/plugin.c: Initialize plugins before checking if read callbacks are available.
plugin_init_all() checks if any read callbacks are available before starting
the read threads. A few plugins register their read callback from their
init callback though. By initializing the plugins before that the read
threads are still started correctly if all plugins register the read
callback in the init callback.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 1b3e36851fc2a6535379718674c1473b148202b4
Author: Florian Forster <octo at huhu.verplant.org>
Date: Wed Jul 2 15:21:55 2008 +0200
rrdtool plugin: Use a hack to case the `argv' pointers in a portable way.
commit d00449bdc71bb7e97e23fc42579a42855afc9492
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue Jun 17 19:59:14 2008 +0200
email plugin: Don't unlink the socket file on startup.
Usually, collectd runs as user root, thus making it an unsafe operation to
unconditionally remove the file even though one should be able to assume
that it "belongs" to collectd.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 6e46ec6b9cdc3bd7dbc8144505ea04d9b93a5cd9
Author: Florian Forster <octo at huhu.verplant.org>
Date: Fri Jun 20 14:47:16 2008 +0200
src/common.c: Not enough memory is an error, not a debug message!
commit 4f24183dea8b53a508654cba4d60df02a72a8bc0
Author: Sebastian Harl <sh at tokkee.org>
Date: Mon Jun 16 23:35:28 2008 +0200
contrib/examples/: Be more verbose about how to handle types.
As suggested by Wolfgang Kroener.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit ccf53eef1685e77696fe94d78ca5e20afcb85c7b
Author: MichaÅ MirosÅaw <mirq-linux at rere.qmqm.pl>
Date: Sat Jun 14 02:29:05 2008 +0200
src/common.c: Add end-of-line characters to strsplit()
This fixes plugins that use it to break lines read using fgets()
and forget that "\n" is left at the buffer's end. At least
battery and wireless plugins is affected.
Signed-off-by: MichaÅ MirosÅaw <mirq-linux at rere.qmqm.pl>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit eef2803d78a4c20da75c03930cd2c4f9b7147976
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date: Fri Jun 13 14:57:39 2008 +0200
src/collectd.conf.in: Fix the NotificationExec example.
commit acc28b296c39e3d2e970f62331088e0868cf8998
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date: Wed Jun 11 15:29:02 2008 +0200
src/utils_dns.c: Fix version information for __NAMESER >= 19961001.
Thanks to Oleg for reporting this.
Resolves: #22
More information about the collectd-changes
mailing list