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

Florian Forster octo at verplant.org
Wed Apr 9 19:01:37 CEST 2008


 src/apache.c          |   34 ++++++++++++++++++++++++++++++----
 src/collectd.conf.pod |   26 ++++++++++++++++++++++++++
 src/nginx.c           |   34 ++++++++++++++++++++++++++++++----
 3 files changed, 86 insertions(+), 8 deletions(-)

New commits:
commit 3b2e978335a17629147a516cc03cf1a0c5814a73
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Apr 8 13:03:20 2008 +0200

    apache, nginx plugins: Added "Verify{Peer,Host}" configuration options.
    
    "VerifyPeer" may be used to disable peer SSL certificate verification and
    "VerifyHost" may be used to disable peer host name (as provided by the SSL
    certificate's CA or SAN fields) verification.
    
    Using both options is similar to curl's "--insecure" command line
    option.
    
    As requested by Joerg Jaspert.
    
    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