summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b291c13)
raw | patch | inline | side by side (parent: b291c13)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 12 Oct 2007 14:51:04 +0000 (16:51 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Fri, 12 Oct 2007 16:42:30 +0000 (18:42 +0200) |
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
ChangeLog | patch | blob | history | |
README | patch | blob | history | |
src/collectd.conf.in | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index ae4835a4335ccc6773d652d0be86bc27e28ebe82..ac5e78c1abe116d8d608d058704cd1ea830320c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
config option which lets you debug your Perl plugins more easily.
* snmp plugin: Added the options `Scale' and `Shift' to Data-blocks to
correct the values returned by SNMP-agents.
+ * ipvs plugin: The new `ipvs' plugin collects IPVS connection statistics
+ (number of connections, octets and packets for each service and
+ destination).
2007-09-28, Version 4.1.2
* apcups plugin: Fix reporting of the `load percent' data.
index d87c960f69660f2d26ee367541c5246304396887..cc6465ca697c9dd2f400c45d21367203c6f911ee 100644 (file)
--- a/README
+++ b/README
Iptables' counters: Number of bytes that were matched by a certain
iptables rule.
+ - ipvs
+ IPVS connection statistics (number of connections, octets and packets
+ for each service and destination).
+ See http://www.linuxvirtualserver.org/software/index.html.
+
- irq
IRQ counters: Frequency in which certain interrupts occur.
diff --git a/src/collectd.conf.in b/src/collectd.conf.in
index af2db91abf69971990876f92422de8fb80d3fe0b..d654955646616f646baf1de3cface0416ada7cfc 100644 (file)
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
@BUILD_PLUGIN_HDDTEMP_TRUE@LoadPlugin hddtemp
@BUILD_PLUGIN_INTERFACE_TRUE@LoadPlugin interface
@BUILD_PLUGIN_IPTABLES_TRUE@LoadPlugin iptables
+@BUILD_PLUGIN_IPVS_TRUE@LoadPlugin ipvs
@BUILD_PLUGIN_IRQ_TRUE@LoadPlugin irq
@BUILD_PLUGIN_LOAD_TRUE@LoadPlugin load
@BUILD_PLUGIN_LOGFILE_TRUE@LoadPlugin logfile