[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
Thu Mar 15 21:07:24 CET 2007
configure.in | 46 ++++-
contrib/iptables/accounting.sh | 29 +++
src/Makefile.am | 12 +
src/apache.c | 11 -
src/apcups.c | 21 +-
src/apple_sensors.c | 11 -
src/battery.c | 21 +-
src/collectd.c | 65 ++-----
src/collectd.conf.in | 5
src/collectd.conf.pod | 4
src/collectd.h | 9
src/collectd.pod | 10 -
src/common.c | 28 +--
src/configfile.c | 15 -
src/cpu.c | 21 +-
src/cpufreq.c | 8
src/csv.c | 15 -
src/df.c | 2
src/disk.c | 31 +--
src/dns.c | 39 ++--
src/email.c | 4
src/exec.c | 27 +-
src/hddtemp.c | 29 +--
src/iptables.c | 373 +++++++++++++++++++++++++++++++++++++++++
src/irq.c | 6
src/load.c | 8
src/mbmon.c | 17 -
src/memory.c | 11 -
src/multimeter.c | 10 -
src/mysql.c | 10 -
src/network.c | 87 ++++-----
src/nfs.c | 11 -
src/ntpd.c | 85 ++++-----
src/ping.c | 17 -
src/plugin.c | 35 +--
src/processes.c | 56 ++----
src/rrdtool.c | 61 +++---
src/sensors.c | 19 --
src/serial.c | 2
src/swap.c | 8
src/traffic.c | 6
src/unixsock.c | 51 ++---
src/utils_debug.c | 10 -
src/utils_ignorelist.c | 28 +--
src/utils_mount.c | 32 +--
src/vserver.c | 11 -
src/wireless.c | 2
47 files changed, 915 insertions(+), 504 deletions(-)
New commits:
commit 117f27db498156915cafd57c7ffbcd7ab5d95d55
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Thu Mar 15 21:07:18 2007 +0100
src/collectd.h: Don't load `syslog.h'.
Plugins should use `plugin_log' now.
commit 838af4cdc6c8674ed3e14a95fea172118c707a85
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Thu Mar 15 19:34:46 2007 +0100
Replace all syslog-calls with one of the new logging-macros.
commit d92c34382175773e1583810359db0d3330e0cfc7
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Thu Mar 15 19:05:23 2007 +0100
iptables plugin: Converted to the new plugin interface.
commit d561a8387f633491bdcd7fe6964f0b63ae694af5
Merge: 5bc935fb1fd57cb9048660740c3d62606964f76c 35248bcc734467e1f1ae39b4a6470849e57624bf
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Thu Mar 15 18:33:12 2007 +0100
Merge branch 'master' into collectd-4
Conflicts:
configure.in
commit 35248bcc734467e1f1ae39b4a6470849e57624bf
Merge: 946f782063552f0f6db26c8977ff615bcab0c8b0 5ce988e515f51d364b1b2ce422ba2e0d8c83c853
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Wed Mar 14 23:24:38 2007 +0100
Merge branch 'sb/iptables'
Conflicts:
configure.in
src/Makefile.am
src/collectd.conf.in
commit 5ce988e515f51d364b1b2ce422ba2e0d8c83c853
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Wed Mar 14 23:21:56 2007 +0100
src/collectd.conf.in: Added the iptables plugin.
commit cd4542addb1847673e2cf8791081c86ff87c6be4
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Wed Mar 14 23:21:36 2007 +0100
iptables plugin: Implemented selection by rule-numbers.
commit 8d0714300b4de887b93fc94d82edf2a89c48f4fb
Author: Florian Forster <octo.trailing-username(a)leading-domain.crystal.wlan.home.verplant.org>
Date: Sat Mar 3 13:39:41 2007 +0100
iptables plugin: Fix building under non-Linux systems.
commit 8de91034a0186feba7079b92711b0d140278ce7a
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Sat Mar 3 11:32:58 2007 +0100
iptables plugin: Use a global `libiptc' if it exists.
Will likely not build under non-Linux systems yet.
commit 863dfcdf274509e4e1836c2c8f1f10f09e1d13be
Author: Sjoerd van der Berg <harekiet.trailing-username(a)leading-domain.gmail.com>
Date: Sat Mar 3 10:35:35 2007 +0100
iptables plugin: Adds a plugin to collect iptables'-counters.
My first attempt at a module for this is an iptables modules This will try to
read out the rules from iptables for a specific table and chain.
It will go through the rules looking for ones with "comment" matches and will
use the comment as a base for the generated filename.
So basically looking for lines like
$ iptables -t mangle -A incoming -p tcp -m comment --comment "tcp"
will generate a iptables-incoming/tcp.rrd file from the byte counters
There used to also be an account iptables module but that seems to have been
neglected, which would generate /proc entries for specific rules, don't know
what would work better. Either way, this seems to work somewhat.
commit 946f782063552f0f6db26c8977ff615bcab0c8b0
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Wed Feb 28 09:34:39 2007 +0100
Documented the lighttpd-support in `collectd(1)' and `collectd.conf(5)'.
More information about the collectd-changes
mailing list