From 4413d76636eebce92759d7ab9b4f6f6b3e7d4af8 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Fri, 12 Oct 2007 16:51:04 +0200 Subject: [PATCH] Added documentation about ipvs to README, ChangeLog and collectd.conf.in. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- ChangeLog | 3 +++ README | 5 +++++ src/collectd.conf.in | 1 + 3 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index ae4835a4..ac5e78c1 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 d87c960f..cc6465ca 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 af2db91a..d6549556 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -28,6 +28,7 @@ @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 -- 2.11.0