From 13656c5bda507070efee1e5460ee5b03512eecd9 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Fri, 25 May 2012 21:26:29 +0000 Subject: Enable threshold and v5upgrade plugins (Portage version: 2.2.0_alpha108/cvs/Linux x86_64) --- app-admin/collectd/ChangeLog | 6 +++++- app-admin/collectd/collectd-5.1.0.ebuild | 8 ++++---- app-admin/collectd/metadata.xml | 2 ++ 3 files changed, 11 insertions(+), 5 deletions(-) (limited to 'app-admin/collectd') diff --git a/app-admin/collectd/ChangeLog b/app-admin/collectd/ChangeLog index 17d2c91e489d..1ba83aa431d4 100644 --- a/app-admin/collectd/ChangeLog +++ b/app-admin/collectd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/collectd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/ChangeLog,v 1.38 2012/05/24 04:23:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/ChangeLog,v 1.39 2012/05/25 21:26:29 dilfridge Exp $ + + 25 May 2012; Andreas K. Huettel collectd-5.1.0.ebuild, + metadata.xml: + Enable threshold and v5upgrade plugins 24 May 2012; Mike Frysinger collectd-5.1.0-r1.ebuild, collectd-5.1.0.ebuild: diff --git a/app-admin/collectd/collectd-5.1.0.ebuild b/app-admin/collectd/collectd-5.1.0.ebuild index 1eb760766c4c..53ecf7c9fe5b 100644 --- a/app-admin/collectd/collectd-5.1.0.ebuild +++ b/app-admin/collectd/collectd-5.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-5.1.0.ebuild,v 1.4 2012/05/24 04:23:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-5.1.0.ebuild,v 1.5 2012/05/25 21:26:29 dilfridge Exp $ EAPI=4 @@ -21,7 +21,7 @@ IUSE="contrib debug kernel_linux kernel_FreeBSD kernel_Darwin perl static-libs" COLLECTD_IMPOSSIBLE_PLUGINS="netapp pinba xmms" # Plugins that still need some work -COLLECTD_UNTESTED_PLUGINS="ipvs apple_sensors tape zfs_arc modbus amqp genericjmx lpar redis threshold write_redis v5upgrade" +COLLECTD_UNTESTED_PLUGINS="ipvs apple_sensors tape zfs_arc modbus amqp genericjmx lpar redis write_redis" # Plugins that have been (compile) tested and can be enabled via COLLECTD_PLUGINS COLLECTD_TESTED_PLUGINS="apache apcups ascent battery bind conntrack contextswitch @@ -31,8 +31,8 @@ COLLECTD_TESTED_PLUGINS="apache apcups ascent battery bind conntrack contextswit onewire openvpn perl ping postgresql powerdns processes protocols python rrdcached sensors serial snmp swap table tail tcpconns teamspeak2 ted thermal tokyotyrant uptime users varnish vmem vserver wireless csv exec logfile network - notify_desktop notify_email oracle perl python routeros rrdcached rrdtool syslog unixsock - write_graphite write_http write_mongodb match_empty_counter match_hashed match_regex match_timediff + notify_desktop notify_email oracle perl python routeros rrdcached rrdtool syslog threshold unixsock + v5upgrade write_graphite write_http write_mongodb match_empty_counter match_hashed match_regex match_timediff match_value target_notification target_replace target_scale target_set uuid" COLLECTD_DISABLED_PLUGINS="${COLLECTD_IMPOSSIBLE_PLUGINS} ${COLLECTD_UNTESTED_PLUGINS}" diff --git a/app-admin/collectd/metadata.xml b/app-admin/collectd/metadata.xml index 14bba8676ccd..915470b74511 100644 --- a/app-admin/collectd/metadata.xml +++ b/app-admin/collectd/metadata.xml @@ -96,11 +96,13 @@ Build the teamspeak2 input plugin (collects traffic statistics from a teamspeak2 instance) Build the ted input plugin (connects to The Energy Detective and reads the current power over connected power lines) Build the thermal input plugin (ACPI thermal zone information) + Build the threshold plugin Build the tokyotyrant input plugin (number of records and file size from a running Tokyo Tyrant server) Build the uptime input plugin (system uptime) Build the unixsock output plugin (opens a UNIX domain socket and accepts connections) Build the users input plugin (number of users currently logged in) Build the uuid plugin (tries hard to determine the UUID of the system it is running on) + Build the v5upgrade plugin Build the varnish input plugin Build the vmem input plugin (information about the virtual memory subsystem) Build the vserver input plugin (virtual servers running on a system) -- cgit v1.2.3-65-gdbad