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

Florian Forster octo at verplant.org
Wed Mar 3 14:02:39 CET 2010


 src/oracle.c |   22 ++++++++++++++--------
 1 files changed, 14 insertions(+), 8 deletions(-)

New commits:
commit 2d0c4c77126d75a18bd4fff582a45f7fa313f845
Author: Florian Forster <octo at noris.net>
Date:   Wed Mar 3 14:01:30 2010 +0100

    oracle plugin: Fix semantics of OCIAttrGet.
    
    Apparently it returns success if it could fetch the parameter value and
    doesn't interpret the value itself. So returning NULL when querying for
    OCI_ATTR_SERVER_STATUS does not result in an error. Handle this as a
    lost connection.
    
    Thanks to Sven for pointing this out :)




More information about the collectd-changes mailing list