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

Florian Forster octo at verplant.org
Thu May 3 21:42:19 CEST 2007


 configure.in        |    2 
 src/Makefile.am     |    6 +
 src/apache.c        |   64 +---------------
 src/apcups.c        |   75 +------------------
 src/apple_sensors.c |   28 -------
 src/battery.c       |   46 ------------
 src/collectd.c      |    2 
 src/configfile.c    |   21 +----
 src/cpu.c           |   22 -----
 src/cpufreq.c       |   22 -----
 src/csv.c           |   11 +-
 src/df.c            |   28 +------
 src/disk.c          |   63 ----------------
 src/dns.c           |   50 +------------
 src/email.c         |   49 +-----------
 src/entropy.c       |   18 ----
 src/exec.c          |   37 +--------
 src/hddtemp.c       |   26 +-----
 src/interface.c     |   51 -------------
 src/iptables.c      |   35 +--------
 src/irq.c           |   24 +-----
 src/load.c          |   20 -----
 src/logfile.c       |    2 
 src/mbmon.c         |   46 ------------
 src/memory.c        |   23 ------
 src/multimeter.c    |   24 +-----
 src/mysql.c         |   71 ------------------
 src/network.c       |    2 
 src/nfs.c           |   18 ----
 src/ntpd.c          |   49 +-----------
 src/nut.c           |  103 +--------------------------
 src/perl.c          |    5 -
 src/ping.c          |   26 +-----
 src/plugin.c        |   12 +--
 src/plugin.h        |   11 --
 src/processes.c     |   79 +-------------------
 src/rrdtool.c       |    2 
 src/sensors.c       |   50 +------------
 src/serial.c        |   19 -----
 src/swap.c          |   22 -----
 src/syslog.c        |    2 
 src/tape.c          |   63 ----------------
 src/types.db        |   66 +++++++++++++++++
 src/types_list.c    |  197 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/types_list.h    |   27 +++++++
 src/unixsock.c      |    2 
 src/users.c         |   18 ----
 src/vserver.c       |   71 ------------------
 src/wireless.c      |   37 ---------
 49 files changed, 433 insertions(+), 1314 deletions(-)

New commits:
commit 53651df78507ac53e456878c2686e2e7ee5f68a0
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu May 3 21:42:10 2007 +0200

    configure.in: Bumped version to 4.0.0-rc7

commit c493010e9f1a6537dca21be2290bc28051ad0efc
Merge: 71fa1a3593c77d3693a602e8d2a71ecebe5cf1a9 c6042292896e79abc56c39b1f7eccfc2dde91f32
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu May 3 21:38:55 2007 +0200

    Merge branch 'ff/types' into collectd-4

commit c6042292896e79abc56c39b1f7eccfc2dde91f32
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu May 3 21:38:39 2007 +0200

    src/configfile.c: s/TypesDS/TypesDB/;

commit e1b0c447f57338706d45a485b40da7325faa4f34
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu May 3 18:31:49 2007 +0200

    Removed the config-option `LoadDS' and the passing of the `modreg_e' enum to `module_register' again.

commit 0c9a0c0e0abbe3668673f52abaa395584b2bb4e7
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Thu May 3 11:16:29 2007 +0200

    types_list: Do not free `ds' and `dsrc' because it's not copied in `plugin_register_data_set'.
    
    This is a TODO.

commit 2f1955e363be794a6036f7d790018cc0402efb9b
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Thu May 3 11:09:02 2007 +0200

    types_list: More error-messages when something cannot be parsed.

commit e2c1b8ca505130b40b8b588c36f1c2130f661f15
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Thu May 3 11:08:24 2007 +0200

    types_list: Added `types.db'.

commit 44afad3c43217e868a2e591a20f8709afe3874ed
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Thu May 3 10:49:16 2007 +0200

    src/types_list.c: Added a function to parse a generic list of `types'.
    
    It's not yet tested, but it compiles ;)




More information about the collectd-changes mailing list