[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sun Aug 24 11:01:21 CEST 2008
AUTHORS | 2 +-
README | 3 +
configure.in | 2 +-
src/Makefile.am | 16 +-
src/battery.c | 6 +-
src/collectd.conf.pod | 73 +++++++
src/common.c | 24 ++-
src/common.h | 6 +-
src/filecount.c | 546 +++++++++++++++++++++++++++++++++++++++++++++++++
src/qmail.c | 263 ------------------------
src/thermal.c | 12 +-
src/types.db | 2 +
12 files changed, 668 insertions(+), 287 deletions(-)
New commits:
commit 33f9b6c7b52d7d583e299da2bf154be0a4bcf5d9
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Aug 24 11:00:37 2008 +0200
README: Added the filecount plugin.
commit 81e65e29f3124332953c5f4641019559e472df8a
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Aug 24 11:00:17 2008 +0200
collectd.conf(5): Documented the filecount plugin.
commit 6071f9790b7d264ea48df0562b5d4255d55e7f49
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Aug 24 10:59:40 2008 +0200
Build system: Renamed the qmail plugin to filecount.
commit 214adc01bcc2934d15fa54941d5943375f0cc586
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Aug 24 10:58:39 2008 +0200
filecount plugin: Substitute slashes with underscores.
Not dashes. Somehow I now like underscores better.
commit 44418e0346a3266d93f07349855766f1c1d30dbc
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Aug 23 14:56:00 2008 +0200
filecount plugin: Renamed the `qmail' plugin to `filecount'.
commit dc7294ae3d2b76283b9967bf39810fd48e4bc772
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Aug 23 14:53:41 2008 +0200
qmail plugin: Made the counting of files more generalized.
commit 893be621d97b7984a46ff142afa12c1b404731ae
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Aug 23 14:35:24 2008 +0200
src/common.[ch]: Pass user data to `walk_directory'.
`walk_directory' in turn passes the directory name and the user data
back to the callback functions.
More information about the collectd-changes
mailing list