diff options
author | Thomas D <whissi@whissi.de> | 2016-03-28 19:28:15 +0200 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-03-29 21:42:09 +0800 |
commit | 5fb0a46e73890b4189cdeb73523e1dde0cea9429 (patch) | |
tree | 8e9f8ee2c9264cd5cc75580e5d93026c2331196c /app-admin/collectd/metadata.xml | |
parent | net-misc/connman: Disable compatibility logic to kernels < 4.5 (diff) | |
download | gentoo-5fb0a46e73890b4189cdeb73523e1dde0cea9429.tar.gz gentoo-5fb0a46e73890b4189cdeb73523e1dde0cea9429.tar.bz2 gentoo-5fb0a46e73890b4189cdeb73523e1dde0cea9429.zip |
app-admin/collectd: Revbump to fix multiple issues
- Fix building with sys-fs/xfsprogs-4.5.0 (upstream issues #1637)
- Workaround for bug #577846 applied
We are now enforcing <=sys-kernel/linux-headers-4.4 when building
collectd_plugins_iptables until the problem gets fixed in
non-collectd upstram.
- virtual/udev dependency is now optional for disk plugin
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1156
Signed-off-by: Ian Delaney <idella4@gentoo.org>
Diffstat (limited to 'app-admin/collectd/metadata.xml')
-rw-r--r-- | app-admin/collectd/metadata.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-admin/collectd/metadata.xml b/app-admin/collectd/metadata.xml index 7b80d9ceec0f..b3df3aa4ab16 100644 --- a/app-admin/collectd/metadata.xml +++ b/app-admin/collectd/metadata.xml @@ -33,6 +33,7 @@ <flag name="collectd_plugins_apache">Build the apache input plugin (collects statistics from Apache's mod_status module)</flag> <flag name="collectd_plugins_apcups">Build the apcups input plugin (reads various statistics about a connected uninterruptible power supply (UPS))</flag> <flag name="collectd_plugins_ascent">Build the ascent input plugin (reads and parses the statistics page of Ascent)</flag> + <flag name="collectd_plugins_barometer">Build the barometer input plugin (reads sensor data from various Freescale and Bosch digital barometers)</flag> <flag name="collectd_plugins_battery">Build the battery input plugin (collects the battery's charge, the drawn current and the battery's voltage)</flag> <flag name="collectd_plugins_bind">Build the bind input plugin (collects statistics from bind instances)</flag> <flag name="collectd_plugins_ceph">Build the Ceph input plugin (collects statistics from the Ceph distributed storage system)</flag> @@ -145,6 +146,7 @@ <flag name="collectd_plugins_write_http">Build the write_http output plugin (sends metrics to a web-server using HTTP POST requests)</flag> <flag name="collectd_plugins_write_kafka">Build the Kafka output plugin (sends metrics to Apache Kafka)</flag> <flag name="collectd_plugins_write_log">Build the write_log output plugin (writes metrics to a file)</flag> + <flag name="collectd_plugins_write_mongodb">Build the MongoDB output plugin (writes metrics to a MongoDB)</flag> <flag name="collectd_plugins_write_redis">Build the Redis output plugin (stores values in Redis)</flag> <flag name="collectd_plugins_write_riemann">Build the Riemann output plugin (stores values in Riemann, a stream processing and monitoring system)</flag> <flag name="collectd_plugins_write_sensu">Build the Sensu output plugin (sends metrics to Sensu Core, an open-source monitoring project)</flag> @@ -154,5 +156,6 @@ <flag name="contrib">Install user-contributed files in the doc directory</flag> <flag name="filecaps">When set collectd daemon will have set required capabilities to run most plugins even if run as unprivileged user</flag> <flag name="java">Must be set (workaround for java-pkg-opt-2 eclass limitation) when you want java or genericjmx plugin</flag> + <flag name="udev">Enable optional udev usage in disk plugin; Required for smart plugin</flag> </use> </pkgmetadata> |