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

Florian Forster octo at verplant.org
Mon Mar 15 22:45:02 CET 2010


 .mailmap               |    1 +
 configure.in           |   21 ++++++++
 src/collectd.conf.pod  |    5 ++
 src/common.c           |    2 +
 src/common.h           |    2 +
 src/configfile.c       |   16 +++----
 src/exec.c             |   11 ++++-
 src/logfile.c          |   44 +++++++++++++++--
 src/memcached.c        |    5 ++
 src/oracle.c           |   22 +++++---
 src/owniptc/libip4tc.c |    3 +-
 src/owniptc/libip6tc.c |    3 +-
 src/owniptc/libiptc.c  |   10 +++-
 src/processes.c        |  125 ++++++++++++++++++++++++++++++++++++++++++++----
 src/types.db           |    2 +
 15 files changed, 233 insertions(+), 39 deletions(-)

New commits:
commit 3b84d1b7d3603c6134ec3bf85c976d1f13192c03
Merge: 070563c1ac6bf489cb13095ed30a6d290b98ac75 51bbc8573b46b7e32b500f95bb7314698ed24003
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Mar 15 22:43:05 2010 +0100

    Merge branch 'cstenac'

commit 070563c1ac6bf489cb13095ed30a6d290b98ac75
Merge: 211a3152e621551647547d3098281a1497751883 9988d61c84dfff5d04ddf48f4b93f6c9449cdc41
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Mar 15 22:43:00 2010 +0100

    Merge branch 'collectd-4.9'

commit 9988d61c84dfff5d04ddf48f4b93f6c9449cdc41
Merge: 3bd6fcdfd20002eee1f1803460728449c0c98f86 40783e8982dd86f65dcf67df44992097719a995b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Mar 15 22:40:45 2010 +0100

    Merge branch 'collectd-4.8' into collectd-4.9
    
    Conflicts:
    	src/exec.c

commit 40783e8982dd86f65dcf67df44992097719a995b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Mar 15 22:03:14 2010 +0100

    Exec plugin: Update copyright header.

commit 51bbc8573b46b7e32b500f95bb7314698ed24003
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Mar 15 22:37:56 2010 +0100

    processes plugin: Fix a couple of hard-coded array sizes.
    
    Since I was picky when accepting Clément's patch, I felt like I owed it
    to clean up the entire file ;)

commit 343e02429cbfad4bd364d57e4317628636498444
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Mar 15 22:33:12 2010 +0100

    processes plugin: Update copyright and author information.

commit d92a5b58d9ab4a3f235abd0b6f207b068201077e
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Mar 15 22:09:46 2010 +0100

    collectd.conf(5): Document the new "PrintSeverity" option.

commit dfeaef7aa67b3c40bf9865c4e9e5cb5250cfc147
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Mar 15 22:09:08 2010 +0100

    logfile plugin: Rename the "PrintLevel" option to "PrintSeverity".

commit cbc244bc1f4493784282ba6c5f8efc33158f18f1
Author: Clément Stenac <clement.stenac at exalead.com>
Date:   Sun Mar 14 09:25:42 2010 +0100

    Impove level print

commit 4aacd6fef5b30fc74233c49d99f344c9cd1cc0b7
Author: Clément Stenac <clement.stenac at exalead.com>
Date:   Sun Mar 14 09:14:11 2010 +0100

    Misc fixes, thanks to octo for pointing them out

commit 6553ee551f6f5e7f348ee59e51951782d2f84bfc
Author: Clément Stenac <clement.stenac at exalead.com>
Date:   Sun Mar 14 08:56:55 2010 +0100

    Add missing declarations for anonymous and code

commit c758b708081f9035cdb1673a52fa5c8cc2956fbb
Author: Florian Forster <octo at noris.net>
Date:   Wed Mar 3 15:44:11 2010 +0100

    configfile: cf_read_dir: Don't abort reading a directory when reading one file fails.

commit a6fc89e38f97ca0c96511bbfb0c32c6dbe9441c5
Author: Clément Stenac <clement.stenac at diwi.org>
Date:   Sat Feb 27 21:22:47 2010 +0100

    Processes plugin: Fix a minor typo.

commit de6448687c2e2a2230770b12b68d6e44e9ada56b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Mar 9 18:51:08 2010 +0100

    Exec plugin: Add a missing folding marker.

commit 48e0f03121f8c89ddd984454cab29cb17f776c92
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Mar 9 18:50:55 2010 +0100

    Exec plugin: Set the "noreturn" attribute on the "exec_child" function.

commit 66c0d62a769d8bb363c8d19e82896d6cf5bdcc2b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Mar 9 18:50:32 2010 +0100

    Exec plugin: Reset the "PL_RUNNING" if "fork_child()" fails.

commit 6b5554472ace4246ed4d22bf4e5b2048d6b00e05
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Tue Feb 16 21:16:47 2010 +0100

    libiptc: avoid strict-aliasing warnings
    
    libiptc: avoid strict-aliasing warnings
    
    In file included from libiptc/libip4tc.c:117:0:
    libiptc/libiptc.c: In function ‘__iptcc_p_del_policy’:
    libiptc/libiptc.c:826:4: warning: dereferencing type-punned pointer will break
    strict-aliasing rules
    libiptc/libiptc.c: In function ‘iptc_get_target’:
    libiptc/libiptc.c:1650:4: warning: dereferencing type-punned pointer will break
    strict-aliasing rules
    libiptc/libip4tc.c: In function ‘dump_entry’:
    libiptc/libip4tc.c:157:3: warning: dereferencing type-punned pointer will break
    strict-aliasing rules
      CC     libiptc/libip6tc.lo
    In file included from libiptc/libip6tc.c:112:0:
    libiptc/libiptc.c: In function ‘__iptcc_p_del_policy’:
    libiptc/libiptc.c:826:4: warning: dereferencing type-punned pointer will break
    strict-aliasing rules
    libiptc/libiptc.c: In function ‘ip6tc_get_target’:
    libiptc/libiptc.c:1650:4: warning: dereferencing type-punned pointer will break
    strict-aliasing rules
    libiptc/libip6tc.c: In function ‘dump_entry’:
    libiptc/libip6tc.c:188:3: warning: dereferencing type-punned pointer will break
    strict-aliasing rules
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
    
    Rebased for collectd/src/owniptc: Alan Pevec <apevec at gmail.com>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 0b02f790242b90e2a91102c7091e87cd3f6f5d76
Merge: 35602ac111564b7908cfbe54c6fd85671f5623d5 2d0c4c77126d75a18bd4fff582a45f7fa313f845
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Mar 9 16:55:20 2010 +0100

    Merge remote branch 'origin/collectd-4.8' into collectd-4.8

commit 35602ac111564b7908cfbe54c6fd85671f5623d5
Author: Manuel Sanmartin (no email) <collectd at verplant.org>
Date:   Tue Mar 9 16:12:51 2010 +0100

    configure.in: Check for "htonll".
    
    The first patch adds support to check if the htonl and htonll functions
    (which are used in AIX port) are available in configure. Until now the
    AIX port used these functions without perform any existence test.
    
    Signed-off-by: Florian Forster <octo at leeloo.lan.home.verplant.org>

commit b786f02e823acac1428d8dce04d6fe838bc74906
Author: Manuel Sanmartin (no email) <collectd at verplant.org>
Date:   Tue Mar 9 15:40:00 2010 +0100

    memcached plugin: Add hack for AIX compatibility.
    
    The second one port memcached plugin to AIX. Since AIX don't have
    MSG_DONTWAIT flag support, we use MSG_NONBLOCK... and we hope to work
    fine ever :)
    
    Signed-off-by: Florian Forster <octo at leeloo.lan.home.verplant.org>

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 :)

commit 1dd3439a1d86087df8ba1695e3fac4cd69a452d7
Author: Clément Stenac <clement.stenac at diwi.org>
Date:   Sat Feb 27 22:16:58 2010 +0100

    Add missing fetch of virtual size for Mach

commit dbb051d5f8c59c1c52070fb1a25f0fa3ab479b8d
Author: Clément Stenac <clement.stenac at diwi.org>
Date:   Sat Feb 27 22:15:21 2010 +0100

    Add support for fetching data (aka anonymous) and code virtual memory size

commit feb1ff267985b47a088b3435eca143b6ee126407
Author: Clément Stenac <clement.stenac at diwi.org>
Date:   Sat Feb 27 21:22:47 2010 +0100

    Minor typo

commit ffa4409610e34e6f0945f365de44b986688b2353
Author: Clément Stenac <clement.stenac at diwi.org>
Date:   Sat Feb 27 21:08:53 2010 +0100

    Add an option to add the severity of the message in the logfile plugin

commit f8cd589210d6eaa2819cf15637fdd04323e272a1
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri Feb 26 00:31:51 2010 +0100

    .mailmap: Added Rodolphe Quiedeville <rquiedeville at bearstech.com>.
    
    His name was mis-spelled in one commit as Rodolphe Quiedeville*l*.




More information about the collectd-changes mailing list