diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-03-30 20:30:37 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-03-30 20:30:37 +0000 |
commit | 1515b519fd86eb47b4d092ce3a1387f11c828af9 (patch) | |
tree | 98676fe7a3700880934334e93ed951b49f6b5a22 /app-admin | |
parent | alphabetize (diff) | |
download | gentoo-2-1515b519fd86eb47b4d092ce3a1387f11c828af9.tar.gz gentoo-2-1515b519fd86eb47b4d092ce3a1387f11c828af9.tar.bz2 gentoo-2-1515b519fd86eb47b4d092ce3a1387f11c828af9.zip |
Added support for sys-power/nut
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/collectd/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/collectd/collectd-4.10.3.ebuild | 7 | ||||
-rw-r--r-- | app-admin/collectd/metadata.xml | 1 |
3 files changed, 10 insertions, 4 deletions
diff --git a/app-admin/collectd/ChangeLog b/app-admin/collectd/ChangeLog index 7e05956a7b3f..fbd1978b86d6 100644 --- a/app-admin/collectd/ChangeLog +++ b/app-admin/collectd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/collectd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/ChangeLog,v 1.16 2011/03/30 20:09:29 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/ChangeLog,v 1.17 2011/03/30 20:30:37 dilfridge Exp $ + + 30 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org> + collectd-4.10.3.ebuild, metadata.xml: + Added support for sys-power/nut *collectd-4.10.3 (30 Mar 2011) diff --git a/app-admin/collectd/collectd-4.10.3.ebuild b/app-admin/collectd/collectd-4.10.3.ebuild index 55985ab1b1c7..77d9b1a86a3a 100644 --- a/app-admin/collectd/collectd-4.10.3.ebuild +++ b/app-admin/collectd/collectd-4.10.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-4.10.3.ebuild,v 1.1 2011/03/30 20:09:28 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-4.10.3.ebuild,v 1.2 2011/03/30 20:30:37 dilfridge Exp $ EAPI=3 @@ -21,13 +21,13 @@ IUSE="contrib debug kernel_linux kernel_FreeBSD kernel_Darwin" COLLECTD_IMPOSSIBLE_PLUGINS="netapp pinba xmms" # Plugins that still need some work -COLLECTD_UNTESTED_PLUGINS="ipvs apple_sensors routeros tape zfs_arc nut modbus" +COLLECTD_UNTESTED_PLUGINS="ipvs apple_sensors routeros tape zfs_arc modbus" # Plugins that have been (compile) tested and can be enabled via COLLECTD_PLUGINS COLLECTD_TESTED_PLUGINS="apache apcups ascent battery bind conntrack contextswitch cpu cpufreq curl curl_json curl_xml dbi df disk dns email entropy exec filecount fscache gmond hddtemp interface ipmi iptables irq java libvirt load madwifi mbmon memcachec - memcached memory multimeter mysql netlink network nfs nginx ntpd olsrd + memcached memory multimeter mysql netlink network nfs nginx ntpd nut olsrd onewire openvpn perl ping postgresql powerdns processes protocols python rrdcached sensors serial snmp swap table tail tcpconns teamspeak2 ted thermal tokyotyrant uptime users vmem vserver wireless csv exec logfile network @@ -67,6 +67,7 @@ COMMON_DEPEND=" collectd_plugins_nginx? ( net-misc/curl ) collectd_plugins_notify_desktop? ( x11-libs/libnotify ) collectd_plugins_notify_email? ( >=net-libs/libesmtp-1.0.4 dev-libs/openssl ) + collectd_plugins_nut? ( sys-power/nut ) collectd_plugins_onewire? ( sys-fs/owfs ) collectd_plugins_oracle? ( >=dev-db/oracle-instantclient-basic-11.2.0.1.0 ) collectd_plugins_perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) ) diff --git a/app-admin/collectd/metadata.xml b/app-admin/collectd/metadata.xml index 5188889c657b..401f2064212f 100644 --- a/app-admin/collectd/metadata.xml +++ b/app-admin/collectd/metadata.xml @@ -58,6 +58,7 @@ <flag name='collectd_plugins_notify_desktop'>Build the notify_desktop output plugin (uses libnotify to display notifications to the user)</flag> <flag name='collectd_plugins_notify_email'>Build the notify_email output plugin (uses libESMTP to send notifications to a configured email address)</flag> <flag name='collectd_plugins_ntpd'>Build the ntpd input plugin (queries an NTP server)</flag> + <flag name='collectd_plugins_nut'>Build the nut input plugin (collects UPS statistics using the Network UPS Tools)</flag> <flag name='collectd_plugins_oracle'>Build the oracle input plugin (SQL-queries one or more Oracle database systems)</flag> <flag name='collectd_plugins_olsrd'>Build the olsrd input plugin (reads information about the Optimized Link State Routing daemon)</flag> <flag name='collectd_plugins_onewire'>Build the onewire input plugin (collects temperature information from sensors)</flag> |