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

Florian Forster octo at verplant.org
Tue May 20 08:29:33 CEST 2008


 README                     |    9 +++
 configure.in               |  165 +++++++++++++++++++++++---------------------
 src/Makefile.am            |    9 +++
 src/collectd.conf.in       |    7 ++
 src/collectd.conf.pod      |   26 +++++++
 src/desktop_notification.c |  160 ++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 297 insertions(+), 79 deletions(-)

New commits:
commit 837ad77e1217a0085b7d8cf18c76eca608fd428b
Author: Sebastian Harl <sh at tokkee.org>
Date:   Mon May 19 23:12:42 2008 +0200

    configure: Reformatted the configuration summary.
    
    The name of the "desktop_notification" plugin was too long to fit into the
    formatting of the summary printed at the end of the configure run. To keep
    the other patch readable, fixing this has been split into an extra patch.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 6106d8df99851f4e3ceba02203d81dd49a3f607f
Author: Sebastian Harl <sh at tokkee.org>
Date:   Mon May 19 23:08:17 2008 +0200

    desktop_notification: Added a plugin to send desktop notifications.
    
    This plugin sends desktop notifications to a notification daemon, as
    defined in the Desktop Notification Specification (see
    http://www.galago-project.org/specs/notification/).
    
    The timeout after which to expire the displayed notification may be
    configured in collectd.conf.
    
    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