[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'master'
    Florian Forster 
    octo at verplant.org
       
    Sun Sep  2 19:28:51 CEST 2007
    
    
  
 ChangeLog              |    2 
 README                 |    6 
 configure.in           |    2 
 contrib/collection.cgi |  519 ++++++++++++++++++++++++++++++-------------------
 src/common.c           |   17 +
 5 files changed, 346 insertions(+), 200 deletions(-)
New commits:
commit edc842a72e095b67348ed96d287c857ead49d229
Merge: dfe9d52458a8aeef0c299e41ada8edc0d855c3b9 2a9fc51175197c5641c2cbe3f110f41e712b4a87
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Sep 2 19:28:25 2007 +0200
    Merge branch 'collectd-4.0' into collectd-4.1
commit 2a9fc51175197c5641c2cbe3f110f41e712b4a87
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Sep 2 19:28:09 2007 +0200
    contrib/collection.cgi: Added meta graph handlers for nfs_procedure, ps_state, swap, mysql_commands, and mysql_handler.
commit c48289c6d14aadd1aca41a1c93122b5ba399bf0b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Sep 2 18:38:47 2007 +0200
    src/common.c: Copy the error-string to the buffer - no matter which implementation is used.
commit dfe9d52458a8aeef0c299e41ada8edc0d855c3b9
Author: Ulf Zimmermann <ulf at atc-onlane.com>
Date:   Sun Sep 2 18:22:24 2007 +0200
    ChangeLog: Fix a typo.
commit 0f0dd3b00845209b865862c073813caf44d01ae8
Merge: 147881fa62325e7049df62765743444a3d0e4cf6 eb9df12331cd6b07c4223dbda9a948fcb244841e
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Sep 2 18:15:36 2007 +0200
    Merge branch 'collectd-4.0' into collectd-4.1
    
    Conflicts:
    
    	contrib/collection.cgi
commit 147881fa62325e7049df62765743444a3d0e4cf6
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sun Sep 2 18:07:43 2007 +0200
    README: Added libnetlink, libnetsnmp and libxmms prerequisites.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit eb9df12331cd6b07c4223dbda9a948fcb244841e
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Sun Sep 2 18:01:05 2007 +0200
    contrib/collection.cgi: Don't show all the plugins on the host's page.
    
    Waiting for so many graphs to load is no fun. You _have_ to specify the plugins
    you're interested in now.
commit e201fc28f96ee7eeac05ecf40e794c6203e8648e
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Sat Sep 1 20:59:27 2007 +0200
    contrib/collection.cgi: Quite some changes, but still incomplete and not very usable..
commit 32957f99ace1cb96afbbcebe6a5ae07df0f89013
Merge: fa7db5e964775dc39e71661884de9f4f8bde7ef6 39ab70bc40bb5e68c970b694c52c832ddfd5303a
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Sun Sep 2 17:55:38 2007 +0200
    Merge branch 'pull/collectd-4.0' into collectd-4.0
commit fa7db5e964775dc39e71661884de9f4f8bde7ef6
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sun Sep 2 16:24:28 2007 +0200
    Added the AC_FUNC_STRERROR_R check.
    
    Even though Posix requires "strerror_r" to return an "int", some systems
    (e.g. the GNU libc) return a "char *" _and_ ignore the second argument.
    
    sstrerror() (in src/common.c) has been changed to be aware of this and
    handle both cases correctly.
    
    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