[collectd] [PATCH] Added documentation about ipvs to README, ChangeLog and collectd.conf.in.
Sebastian Harl
sh at tokkee.org
Fri Oct 12 16:51:04 CEST 2007
Signed-off-by: Sebastian Harl <sh at tokkee.org>
---
ChangeLog | 3 +++
README | 5 +++++
src/collectd.conf.in | 1 +
3 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index ae4835a..ac5e78c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@ yyyy-mm-dd, Version 4.2.0
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.
diff --git a/README b/README
index d87c960..cc6465c 100644
--- a/README
+++ b/README
@@ -69,6 +69,11 @@ Features
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 af2db91..d654955 100644
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
@@ -28,6 +28,7 @@
@BUILD_PLUGIN_HDDTEMP_TRUE at LoadPlugin hddtemp
@BUILD_PLUGIN_INTERFACE_TRUE at LoadPlugin interface
@BUILD_PLUGIN_IPTABLES_TRUE at LoadPlugin iptables
+ at BUILD_PLUGIN_IPVS_TRUE@LoadPlugin ipvs
@BUILD_PLUGIN_IRQ_TRUE at LoadPlugin irq
@BUILD_PLUGIN_LOAD_TRUE at LoadPlugin load
@BUILD_PLUGIN_LOGFILE_TRUE at LoadPlugin logfile
--
1.5.3.4.206.g58ba4
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://mailman.verplant.org/pipermail/collectd/attachments/20071012/1552cc13/attachment.pgp
More information about the collectd
mailing list