[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
Wed Feb 28 11:44:15 CET 2007


 src/apache.c          |    4 -
 src/apcups.c          |    2 
 src/apple_sensors.c   |    2 
 src/battery.c         |    2 
 src/collectd.c        |   77 +++++++++++++++++++++---------
 src/collectd.conf.pod |   54 +++++++++++++++++++--
 src/collectd.h        |    6 --
 src/configfile.c      |   10 ++-
 src/cpu.c             |    2 
 src/cpufreq.c         |    2 
 src/df.c              |    2 
 src/disk.c            |    2 
 src/dns.c             |    4 -
 src/entropy.c         |    2 
 src/exec.c            |    4 -
 src/hddtemp.c         |    2 
 src/irq.c             |    2 
 src/load.c            |    2 
 src/mbmon.c           |    2 
 src/memory.c          |    2 
 src/multimeter.c      |    2 
 src/mysql.c           |    8 +--
 src/nfs.c             |    2 
 src/ntpd.c            |    2 
 src/ping.c            |    2 
 src/plugin.c          |    4 -
 src/plugin.h          |    2 
 src/processes.c       |    4 -
 src/rrdtool.c         |  128 +++++++++++++++++++++++++++++++++++++++-----------
 src/sensors.c         |    2 
 src/serial.c          |    2 
 src/swap.c            |    2 
 src/tape.c            |    2 
 src/traffic.c         |    2 
 src/wireless.c        |    2 
 35 files changed, 250 insertions(+), 101 deletions(-)

New commits:
commit 1ea16edee7a91e5fa077c2e368f4f608cd4330e6
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date:   Wed Feb 28 11:43:37 2007 +0100

    rrdtool plugin: Implemented the settings `StepSize', `HeartBeat', `RRARows', and `XFF'.
    
    The documentation has been updated, too.

commit 2d897a731bd23f7a33b89e7b7e3004b6b26b5a94
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date:   Wed Feb 28 10:41:55 2007 +0100

    Introduce two global variables: `hostname_g' and `interval_g'.
    
    hostname_g: Hostname we're running on. May be set in the configfile with the
      `Hostname'-option. This replaces the global `hostname'-variable exported by
      `plugin.c'.
    interval_g: Interval in which we query the read plugins. This replaces the
      `COLLECTD_STEP'-define and is configurable using the `Interval'-option.




More information about the collectd-changes mailing list