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

Florian Forster octo at verplant.org
Wed May 27 15:03:55 CEST 2009


 configure.in      |    3 +++
 src/rrdtool.c     |    2 +-
 src/swap.c        |   10 ++++++++++
 src/utils_cache.c |    4 ++--
 4 files changed, 16 insertions(+), 3 deletions(-)

New commits:
commit daa4b5ab990fac569e684ab8850792bec0a19159
Merge: 722d00817c110d532b38504088cc9847d8eee9ed 34e095d9e7c605ded713203f21e4f00c8d6b6d44
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed May 27 15:03:53 2009 +0200

    Merge branch 'collectd-4.7'

commit 34e095d9e7c605ded713203f21e4f00c8d6b6d44
Merge: 3a4563d4bf50ba2b4ff42d827056d3a0f3ef727a 0171b227b670c7ca338b26bfaff303fd7cf2d023
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed May 27 15:03:44 2009 +0200

    Merge branch 'collectd-4.6' into collectd-4.7

commit 0171b227b670c7ca338b26bfaff303fd7cf2d023
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed May 27 11:42:47 2009 +0200

    rrdtool plugin: If `flush' cannot find the requested file, issue an `INFO'.
    
    ... and not a `WARNING' - this may happen under perfectly fine conditions.
    (I. e. file exists but isn't updated anymore.)

commit a2463af54cf007072aa433c5c1833958ca6050df
Author: Andrés J. Díaz <ajdiaz at connectical.com>
Date:   Wed May 27 11:14:40 2009 +0200

    src/utils_cache.c: Fix incorrect checking of persistent thresholds.
    
    I attached a patch to solve a problem related with notifications. When a value
    is missing for a while (2 intervals), a FAILURE notification is raised, and if
    Persist is false, the notification is repeated each interval, but man page
    says:
    
      If set to false (the default) then a notification is only generated if a
      value is out of range but the previous value was okay.
    
    So, I think that is a bug, if not I'm sorry for the noise :)
    
    Regards,
      Andres
    
    P.S.: The problem is only a mixing in if conditions into uc_check_timeout
          function.
    
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 799daf946e48c5c3b5f6b016bc9290fe562f062d
Author: Doug MacEachern <dougm at hyperic.com>
Date:   Fri May 22 15:03:57 2009 -0700

    Disable LFS flags to avoid 32-bit solaris sys/swap.h error

commit 3a4563d4bf50ba2b4ff42d827056d3a0f3ef727a
Author: Doug MacEachern <dougm at hyperic.com>
Date:   Wed May 27 10:53:26 2009 +0200

    configure.in: Add libmemcached to Configuration/Libraries output.
    
    Signed-off-by: Doug MacEachern <dougm at hyperic.com>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>




More information about the collectd-changes mailing list