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

Florian Forster octo<span style="display: none;">.trailing-username</span>(a)<span style="display: none;">leading-domain.</span>verplant.org
Mon Mar 26 10:27:04 CEST 2007


 src/apcups.c      |   10 +-
 src/battery.c     |    9 +-
 src/collectd.c    |   39 ++++++--
 src/common.c      |   19 +++-
 src/common.h      |    1 
 src/cpu.c         |   10 +-
 src/cpufreq.c     |   18 +++-
 src/csv.c         |   20 ++--
 src/df.c          |    5 -
 src/dns.c         |    3 
 src/email.c       |   62 ++++++++++----
 src/exec.c        |   21 +++-
 src/hddtemp.c     |   22 +++--
 src/iptables.c    |   16 ++-
 src/irq.c         |    3 
 src/load.c        |   20 +++-
 src/mbmon.c       |   18 +++-
 src/memory.c      |   15 ++-
 src/multimeter.c  |   11 +-
 src/network.c     |   69 ++++++++++++---
 src/nfs.c         |    6 -
 src/ntpd.c        |   27 +++---
 src/ping.c        |    8 +
 src/plugin.c      |   38 +++++++-
 src/plugin.h      |    2 
 src/processes.c   |    4 
 src/rrdtool.c     |   24 +++--
 src/sensors.c     |   16 ++-
 src/serial.c      |    4 
 src/swap.c        |   13 ++
 src/traffic.c     |    4 
 src/unixsock.c    |  237 ++++++++++++++++++++++++++++++++++++++++++++----------
 src/utils_mount.c |   20 +++-
 src/vserver.c     |   27 ++++--
 src/wireless.c    |    4 
 35 files changed, 639 insertions(+), 186 deletions(-)

New commits:
commit 273658710431323d206dd7ed9568fae81ed59664
Author: Sebastian Harl <sh.trailing-username(a)leading-domain.tokkee.org>
Date:   Mon Mar 26 10:23:35 2007 +0200

    plugin.c: Check if `list_log' is not NULL.

commit 39d723f4cb1d50b7ebb90c3251f0ebabad576412
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date:   Mon Mar 26 10:15:04 2007 +0200

    Replace all calls to `strerror' with `sstrerror'
    
    .. which internally uses the thread-safe function `strerror_r'.




More information about the collectd-changes mailing list