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

Florian Forster octo at verplant.org
Sat Dec 20 17:08:33 CET 2008


 configure.in              |    2 +
 src/Makefile.am           |    8 +
 src/collectd.conf.in      |    4 +
 src/collectd.conf.pod     |   52 +++++++
 src/common.c              |   10 +-
 src/target_notification.c |  323 +++++++++++++++++++++++++++++++++++++++++++++
 src/utils_subst.c         |   61 +++++++++
 src/utils_subst.h         |   19 +++
 8 files changed, 477 insertions(+), 2 deletions(-)

New commits:
commit 380be79e07e62dd2e0a6d3bd6710dca3b46481a6
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Dec 20 17:07:59 2008 +0100

    notification target: Add a target that dispatches notifications.
    
    Not tested very well yet, but it works essentially.

commit f73c5b3069fd10048f1fcdf5266d8da2fcb403e5
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Dec 20 16:55:10 2008 +0100

    src/common.c: Change `sstrdup' to not call `strdup' anymore.

commit 088d5c6d5a5ea3457cd6a4eafff40f5c780c3692
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Dec 20 16:54:32 2008 +0100

    src/utils_subst.[ch]: Implement `subst_string'.
    
    Works like `subst', but instead of specifying start and end offsets you
    specify `needle', the string that is to be replaced. If `needle' is found
    in `string' (using strstr(3)), the offset is calculated and `subst' is
    called with the determined parameters.




More information about the collectd-changes mailing list