From 4e032dce715d2718d8522a896ef4fa0595331a21 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 3 Jun 2010 12:48:27 +0200 Subject: [PATCH] control: Added missing plugins to package description. --- debian/collectd.conf | 2 +- debian/control | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/collectd.conf b/debian/collectd.conf index aae7ba0..a331985 100644 --- a/debian/collectd.conf +++ b/debian/collectd.conf @@ -488,7 +488,7 @@ LoadPlugin users # # IncludeDir "/my/include/path" -# BaseName "Collectd::Plugin" +# BaseName "Collectd::Plugins" # EnableDebugger "" # LoadPlugin Monitorus # LoadPlugin OpenVZ diff --git a/debian/control b/debian/control index 561852e..ff334d0 100644 --- a/debian/control +++ b/debian/control @@ -79,6 +79,7 @@ Description: statistics collection and monitoring daemon (core system) * battery status: battery * bind9 name-server and zone statistics: bind * connection tracking table size: conntrack + * number of context switches done by the operating system: contextswitch * CPU utilization: cpu * CPU frequency: cpufreq * output to comma separated values (CSV) files: csv @@ -110,6 +111,7 @@ Description: statistics collection and monitoring daemon (core system) * Query and parse data from a memcache daemon: memcachec * statistics of the memcached distributed caching system: memcached * memory usage: memory + * statistics from mon.itor.us: Monitorus (Perl based plugin) * multimeter statistics: multimeter * MySQL statistics provided by MySQL's "show status" command: mysql * detailed Linux network interface and routing statistics: netlink @@ -121,10 +123,12 @@ Description: statistics collection and monitoring daemon (core system) * NTP daemon's local clock drift, offset to peers, etc.: ntpd * UPS information: nut * OpenVPN traffic and compression statistics: openvpn + * OpenVZ statistics: OpenVZ (Perl based plugin) * Optimized Link State Routing daemon statistics: olsrd * PostgreSQL database statistics: postgresql * PowerDNS name server statistics: powerdns * number of processes: processes + * embedded Python interpreter: python * write data via the RRD accelerator daemon: rrdcached * output to RRD files: rrdtool * embedded Perl interpreter: perl -- 2.30.2