[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'master'
    Florian Forster 
    octo at verplant.org
       
    Wed Sep 12 11:16:12 CEST 2007
    
    
  
 ChangeLog      |   16 ++++++++++++++--
 src/dns.c      |    2 --
 src/ntpd.c     |    1 -
 src/plugin.c   |    5 +++++
 src/rrdtool.c  |   20 ++++++++++++++++----
 src/unixsock.c |    3 ++-
 6 files changed, 37 insertions(+), 10 deletions(-)
New commits:
commit 90ac9957e95378d729bce1c00bb0ef2efadab33e
Merge: 27f6db4769cac5727888c327dbbf1b88da4f3ca6 feb920d8c7311f2f737af03eb7438196ede6ebda
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Sep 12 11:15:54 2007 +0200
    Merge branch 'collectd-4.0' into collectd-4.1
    
    Conflicts:
    
    	ChangeLog
    	configure.in
commit feb920d8c7311f2f737af03eb7438196ede6ebda
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Sep 12 11:14:33 2007 +0200
    Bumped version to 4.0.8; updated ChangeLog.
commit 3d8b009c04400cc4e7075e49da38774867b29102
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Sep 12 10:55:35 2007 +0200
    plugin.c: Print lt_dlopen() error messages to STDERR as well.
    
    This makes sure the user will get the message on the terminal in any case.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit fa4ff95ce2650c3f1c16956e75662e5b8c70138c
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Sep 12 10:54:57 2007 +0200
    Removed some legacy calls to DEBUG().
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 9d52ed5f71a44d896d35346141d9481dc4133954
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Sep 12 09:14:45 2007 +0200
    rrdtool plugin: Use `-b' (begin) when creating rrd-files.
    
    When receiving data from a host that has a clock that lacks behind the servers
    clock, the newly created rrd-files had a timestamp that was ten seconds in the
    past from the server's point of view. If the client was, for example, 10:00
    minutes late, there would therefore be 9:50 minutes of invalid data which cause
    warnings, empty graphs and overall missery. This commit changes this behavior
    to not use the default `begin' time but set it explicitely based on the
    client's time.
    
    
More information about the collectd-changes
mailing list