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

Florian Forster octo at verplant.org
Mon Feb 7 08:47:46 CET 2011


 src/collectd.conf.pod |    8 ++++----
 src/exec.c            |    4 ----
 src/modbus.c          |   49 ++++++++++++++++++++++++++++++++++++++++++++++---
 src/ntpd.c            |   19 ++++++++++---------
 src/threshold.c       |   32 +++++++++++++++++++++++++++++---
 5 files changed, 89 insertions(+), 23 deletions(-)

New commits:
commit 738d9489468b71d867ac32c9ac7b2ba29e87a39c
Merge: 801389e 4dc9287
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Feb 7 08:47:44 2011 +0100

    Merge branch 'collectd-5.0'

commit 4dc9287f4de0283ae986444377075dcbdada2871
Merge: ef3c8ce ce0118a
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Feb 7 08:47:35 2011 +0100

    Merge branch 'collectd-4.10' into collectd-5.0

commit ce0118ae5a67654cce06dddc9998dc494beb4251
Merge: a24baf2 48cde21
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Feb 7 08:47:18 2011 +0100

    Merge branch 'collectd-4.9' into collectd-4.10

commit 801389e2a2f0f232f7014702e276c5f992cca723
Merge: 0f5d1ee 688d103
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Feb 7 08:46:04 2011 +0100

    Merge remote branch 'origin/ff/modbus'

commit 48cde211ba0b69555478b2069ca0bc4051661b0b
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Mon Feb 7 08:31:37 2011 +0100

    exec plugin: Remove useless preprocessor stuff.

commit a294a8d4bc4779fc893575d62b7e50f969a94772
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Fri Jan 28 09:18:16 2011 +0100

    ntpd plugin: Report failures of "ntpd_do_query" as *errors*, not debug messages.

commit 77732cd2a61b8230a033bed8f82fe10d68e64da5
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Thu Jan 13 08:57:24 2011 +0100

    src/utils_threshold.c: Fix creation of percentage notifications.
    
    Joey Hess has reported a problem when creating notifications from
    percentage thresholds. Because the (percentage) minimum value is
    compared to the (raw) DS value, the following message is possible:
    
      Message: Host XXX, plugin df type df (instance root): Data source
      "free" is currently 1773072384.000000. That is above the warning
      threshold of nan%.
    
    A new section will handle this case correctly. In the inverted case, the
    problem should not exist.

commit 688d10341f7de5fc09fa48eeb367886027e11e7e
Author: Florian Forster <octo at noris.net>
Date:   Wed Jan 5 17:36:12 2011 +0100

    modbus plugin: Implement signed integer register types.
    
    Signed-off-by: Florian Forster <octo at noris.net>




More information about the collectd-changes mailing list