[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Tue Dec 4 10:07:37 CET 2007
README | 3
contrib/examples/MyPlugin.pm | 21 +-
src/Makefile.am | 9 -
src/collectd-perl.pod | 41 +++-
src/collectdmon.c | 377 +++++++++++++++++++++++++++++++++++++++++++
src/collectdmon.pod | 55 ++++++
src/network.c | 9 +
src/perl.c | 8
8 files changed, 499 insertions(+), 24 deletions(-)
New commits:
commit adf035344e430a6556ed8ef34f3e0a15becfc440
Merge: 3e9c24b5cb8a0891b0daf49d6f574435afb3233d b538a4fc80d63b881382e33f517f4e38e559478a
Author: Florian Forster <octo at huhu.verplant.org>
Date: Tue Dec 4 10:04:56 2007 +0100
Merge branch 'ps/reuse'
commit 3e9c24b5cb8a0891b0daf49d6f574435afb3233d
Author: Sebastian Harl <sh at tokkee.org>
Date: Mon Nov 26 12:20:31 2007 +0100
examples/MyPlugin.pm: Updated for new version of the perl plugin.
* use Collectd.pm and removed "Collectd::" prefix
* pass callbacks by name to plugin_register()
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit be2313f9d6a575ff09e786cc3f1bb2fa7baa63a2
Author: Sebastian Harl <sh at tokkee.org>
Date: Mon Nov 26 12:19:48 2007 +0100
Unmarked the perl plugin to be experimental.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 07136fdb92194dde56720e9e1465dcf6f9c32fbd
Author: Sebastian Harl <sh at tokkee.org>
Date: Mon Nov 26 12:19:17 2007 +0100
collectd-perl(5): Replaced "BUGS" with "CAVEATS" section.
The bugs section is no longer relevant, however, the users should be warned
about some (mostly Perl ithread specific) limitations.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 4c8dc8ef46b360f4586e21a81cc2cd6037deb34f
Author: Sebastian Harl <sh at tokkee.org>
Date: Mon Nov 26 12:17:26 2007 +0100
perl plugin: Fixed a memory leak in pplugin_register_data_set().
The data set definition is copied by plugin_register_data_set() (in plugin.c)
and thus should be freed after it has been passed on to the plugin module.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 06c85d5b5c1731eeaee5c99a66d8df9abe1c1e0d
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Nov 25 15:33:15 2007 +0100
collectdmon: Added SIGHUP handler to restart collectd.
This might be useful for init scripts and the like to restart the collectd
process only.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 048a7d32626dadffa85e9e3633edb5530e5c6b29
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Nov 25 14:55:46 2007 +0100
collectdmon(1): Added manpage for collectdmon.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 69e5d982e7adf27a0eca6e6431f748f4913d80ac
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Nov 25 14:54:05 2007 +0100
collectdmon: Added a small daemon monitoring collectd.
This is a small "wrapper" daemon which starts and monitors the collectd
daemon. If collectd terminates it will automatically be restarted, unless
collectdmon was told to shut it down.
Current features:
* restarting the daemon
* logging to syslog
* detection of quickly, repeatedly respawning processes
(similar to SysV init)
collectdmon is similar to mysqld_safe.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit b538a4fc80d63b881382e33f517f4e38e559478a
Author: Pavel Shramov <sharmov at mexmat.net>
Date: Thu Nov 29 13:37:22 2007 +0300
network plugin: Set SO_REUSEADDR on socket so multiple listeners can share port
This patch allows other programs to bind same port and process data from clients
not interfering with master collectd server.
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
More information about the collectd-changes
mailing list