[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Wed Jun 13 23:21:42 CEST 2007
configure.in | 27 +++++
contrib/SpamAssassin/Collectd.pm | 4
contrib/SpamAssassin/example.cf | 2
contrib/cussh.pl | 185 +++++++++++++++++++++++++++++++++++++++
src/Makefile.am | 8 +
src/collectd.conf.pod | 4
src/collectd.h | 4
src/email.c | 23 ++--
src/snmp.c | 2
src/unixsock.c | 2
10 files changed, 243 insertions(+), 18 deletions(-)
New commits:
commit c02ba63082d9ab7ca07775184587d320410069d5
Author: Florian Forster <octo at huhu.verplant.org>
Date: Wed Jun 13 23:13:07 2007 +0200
configure.in, src/Makefile.am: Only link against Net-SNMP if it is found.
commit 7231b1d252007ced3b6c55304682646cddbf620e
Author: Florian Forster <octo at huhu.verplant.org>
Date: Wed Jun 13 13:00:17 2007 +0200
snmp plugin: Use `size_t' for the OID length to be more portable.
commit 647b4b4a28f339364bd80b72e88209ed7dd23de9
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue Jun 12 21:18:18 2007 +0200
Added initial version off cussh.pl to contrib/.
cussh (Collectd Unix Socket SHell) is a little interactive frontend for
the unixsock plugin. It supports two commands - GETVAL and PUTVAL - just
as the unixsock plugin itself.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 63166016865eaeda34bb15417bb353b20247331e
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue Jun 12 21:43:17 2007 +0200
contrib/SpamAssassin/: Set default socket path to /var/run/collectd-email.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit bba15c50663f409d0ebcff51ecab854aeebef82f
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue Jun 12 18:48:52 2007 +0200
email plugin: Set default path of the UNIX socket to $localstatedir.
In addition make it configurable using the "SocketFile" config option just
as for the unixsock plugin.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 22fe7d9e72e7b021da82c2bd16f4d1e120046260
Author: Sebastian Harl <sh at tokkee.org>
Date: Tue Jun 12 18:47:53 2007 +0200
unixsock plugin: Set default path of the UNIX socket to $localstatedir.
For this purpose LOCALSTATEDIR is defined to $localstatedir during
compilation.
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