[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'

Florian Forster octo at verplant.org
Tue May 6 14:08:16 CEST 2008


 TODO                  |    3 +
 configure.in          |    3 +
 src/Makefile.am       |   18 +++
 src/collectd.conf.pod |  133 ++++++++++++++++++++++
 src/collectd.h        |    8 +-
 src/cpu.c             |   39 ++++++-
 src/disk.c            |   25 ++++-
 src/powerdns.c        |  295 +++++++++++++++++++++++++++++++++++++++++--------
 src/users.c           |   14 +++
 9 files changed, 482 insertions(+), 56 deletions(-)

New commits:
commit bab707fe46b2ef69f391864f3bb08b4dca19634e
Merge: cacaa2126020832df99fa6423147bd3de6d4faae af46a5f31a0e8d4279d63d8ca9232dbd433dfb25
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue May 6 13:45:25 2008 +0200

    Merge branch 'collectd-4.4'

commit af46a5f31a0e8d4279d63d8ca9232dbd433dfb25
Merge: 4dd90d1544d98c964e1beb4324b85edbd5907c84 53bd9256920f01cc5b835639c7e7971979ed3350
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue May 6 13:45:14 2008 +0200

    Merge branch 'collectd-4.3' into collectd-4.4

commit 53bd9256920f01cc5b835639c7e7971979ed3350
Merge: 4d36d5826a3853ccd62195daf3b831d942850f1a f16fb0982b5f5781ab723f83eacc5df9509b6ef6
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue May 6 13:44:46 2008 +0200

    Merge branch 'collectd-4.2' into collectd-4.3

commit 4dd90d1544d98c964e1beb4324b85edbd5907c84
Author: Florian Forster <octo at noris.net>
Date:   Mon May 5 17:30:33 2008 +0200

    collectd.conf(5): Documented the powerdns plugin.

commit 99fead872e9a4b08dce56d8aaf9fd5f1ceb5ccdb
Author: Florian Forster <octo at noris.net>
Date:   Mon May 5 17:30:13 2008 +0200

    powerdns plugin: Promoted the "not found" message from DEBUG to INFO.
    
    Since users may configure this themselves, they should know when it
    doesn't work, so it's not a debug issue anymore.

commit e228afe28febdfd2af076f330e8766e82bc7e89a
Author: Florian Forster <octo at noris.net>
Date:   Mon May 5 17:29:10 2008 +0200

    powerdns plugin: Fix a bug when checking the configuration options.

commit a8c2d7c82fc0f13a52f7fa98a20e9570df212c64
Author: Florian Forster <octo at noris.net>
Date:   Mon May 5 17:28:27 2008 +0200

    powerdns plugin: Trim the default recursor command.

commit c84dfcbfe5971d55fbcbc88a88f2845fbeb8dfb3
Merge: 7b2e01aa98b4c454c74a070ff4ff801175bdb2a7 ad8739289d8f254545f3426ec3a34ef30594db7c
Author: Florian Forster <octo at noris.net>
Date:   Mon May 5 16:44:49 2008 +0200

    Merge branch 'collectd-4.4' of git://git.verplant.org/collectd into collectd-4.4

commit ad8739289d8f254545f3426ec3a34ef30594db7c
Merge: 9fc09fc6630a70205b7c284f3e245629137faa9d c87e3fc2bc4dc41e9c36371a1d421c6f5b4a3c60
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon May 5 16:44:11 2008 +0200

    Merge branch 'collectd-4.4' of octo at verplant.org:/var/lib/git/collectd into collectd-4.4

commit 7b2e01aa98b4c454c74a070ff4ff801175bdb2a7
Author: Florian Forster <octo at noris.net>
Date:   Mon May 5 16:20:38 2008 +0200

    powerdns plugin: Add defaults that are used if no fields are configured.

commit c87e3fc2bc4dc41e9c36371a1d421c6f5b4a3c60
Author: Florian Forster <octo at noris.net>
Date:   Mon May 5 14:24:42 2008 +0200

    build system: Fixed indentation and unconditionally declare CFLAGS and LIBADD.

commit 64573ae3a98b0161df8dd961d59113a796013771
Author: Oleg King <king2 at kaluga.ru>
Date:   Mon May 5 14:21:37 2008 +0200

    users plugin: Add support for the statgrab library.

commit ebdc9011b75c4c1478fbe02eb1cb9c69795288f9
Merge: aa3a8be60d82cc31e776acbfed30451c2afc45a9 67c95c066e1e872357b42700a87aa58874873a63
Author: Florian Forster <octo at noris.net>
Date:   Mon May 5 14:04:31 2008 +0200

    Merge branch 'ok/disk' into collectd-4.4
    
    Conflicts:
    
    	configure.in

commit aa3a8be60d82cc31e776acbfed30451c2afc45a9
Author: Florian Forster <octo at noris.net>
Date:   Mon May 5 14:03:41 2008 +0200

    cpu plugin: Account wait-IO, system and swap separately when using libstatgrab.

commit 67c95c066e1e872357b42700a87aa58874873a63
Author: Florian Forster <octo at noris.net>
Date:   Mon May 5 11:59:09 2008 +0200

    disk plugin: Use the DATA_MAX_NAME_LEN define for a fixed-sized buffer.

commit d5ad844588fcbcdcdd36a889c94ac33d36c1d52c
Author: Oleg King <king2 at kaluga.ru>
Date:   Mon May 5 11:58:27 2008 +0200

    disk plugin: Add support for the statgrab library.

commit 9ac283852f89280413516eaba6fce7ef61679619
Author: Oleg King <king2 at kaluga.ru>
Date:   Mon May 5 11:40:03 2008 +0200

    cpu plugin: Add support for the statgrab library.

commit 8c30c4c84066525fd3efc4bd14b195e27b4ccde3
Author: Florian Forster <octo at crystal.wlan.home.verplant.org>
Date:   Sat May 3 23:17:10 2008 +0200

    powerdns plugin: Replace the `Command' option with the `Collect' option.
    
    The original code let the user define the command to use when querying the
    server. This commit changes that and lets the user select the _values_ he's
    interested in. Depending on whether an authorative server or a recursor is
    collected this
    - issues a `SHOW *' and manually greps the interesting pieces, or
    - builds a command that requests only the interesting values.
    
    Code compiles but it untested. Manpage not yet updated.

commit 9fc09fc6630a70205b7c284f3e245629137faa9d
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu May 1 12:17:40 2008 +0200

    powerdns plugin: Added all the other recursor stuff to the lookup table.

commit f16fb0982b5f5781ab723f83eacc5df9509b6ef6
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Thu May 1 11:59:33 2008 +0200

    src/collectd.h: Check for `_BYTE_ORDER', too.
    
    Apparently Solaris uses that name..

commit 117b67542656ceda6570050d04c83de48ed7bf8a
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Wed Apr 30 19:43:32 2008 +0200

    powerdns plugin: Completed the list of values for the authorative server.
    
    Also added a TODO comment that should be resolved before releasing 4.4.




More information about the collectd-changes mailing list