commit:     9620716ff31fa14f47c7195eaae84311815d6494
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 11:58:16 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 14:10:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9620716f

app-metrics/collectd: add slurm plugin

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 app-metrics/collectd/collectd-5.11.0.ebuild | 9 +++++----
 profiles/arch/amd64/package.use.mask        | 4 ++++
 profiles/arch/base/package.use.mask         | 4 ++++
 profiles/arch/x86/package.use.mask          | 4 ++++
 profiles/desc/collectd_plugins.desc         | 1 +
 5 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/app-metrics/collectd/collectd-5.11.0.ebuild 
b/app-metrics/collectd/collectd-5.11.0.ebuild
index 9b6e85c0ec7..06b81f9ad03 100644
--- a/app-metrics/collectd/collectd-5.11.0.ebuild
+++ b/app-metrics/collectd/collectd-5.11.0.ebuild
@@ -37,6 +37,7 @@ IUSE="contrib debug java kernel_Darwin kernel_FreeBSD 
kernel_linux perl selinux
 # netapp:         Requires libnetapp 
(http://communities.netapp.com/docs/DOC-1110)
 # pf:             Requires BSD packet filter
 # pinba:          Requires MySQL Pinba engine (http://pinba.org/)
+# redfish:        Requires libredfish
 # tape:           Requires libkstat (Solaris only)
 # tokyotyrant:    Requires tokyotyrant
 # write_riemann:  Requires riemann-c-client
@@ -44,7 +45,7 @@ IUSE="contrib debug java kernel_Darwin kernel_FreeBSD 
kernel_linux perl selinux
 # zone:           Solaris only...
 COLLECTD_IMPOSSIBLE_PLUGINS="apple_sensors amqp1 aquaero barometer
        dpdkevents dpdkstat dpdk_telemetry grpc intel_pmu intel_rdt lpar
-       mic netapp pf pinba tape tokyotyrant write_riemann xmms zone"
+       mic netapp pf pinba redfish tape tokyotyrant write_riemann xmms zone"
 
 # Plugins that have been (compile) tested and can be enabled via 
COLLECTD_PLUGINS
 COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind
@@ -58,8 +59,8 @@ COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups 
ascent battery bind
        network network nfs nginx notify_desktop notify_email notify_nagios
        ntpd numa nut olsrd onewire openldap openvpn oracle ovs_events
        ovs_stats perl ping postgresql powerdns processes protocols python
-       python redis routeros rrdcached rrdtool sensors serial sigrok smart
-       snmp snmp_agent statsd swap sysevent syslog table tail tail_csv
+       python redis routeros rrdcached rrdtool sensors serial sigrok slurm
+       smart snmp snmp_agent statsd swap sysevent syslog table tail tail_csv
        target_notification target_replace target_scale target_set tcpconns
        teamspeak2 ted thermal threshold turbostat unixsock
        uptime users uuid varnish virt vmem vserver wireless write_graphite
@@ -124,7 +125,7 @@ COMMON_DEPEND="
        collectd_plugins_rrdtool?               ( net-analyzer/rrdtool:= )
        collectd_plugins_sensors?               ( sys-apps/lm-sensors:= )
        collectd_plugins_sigrok?                ( <sci-libs/libsigrok-0.4:= 
dev-libs/glib:2 )
-       collectd_plugins_smart?                 ( dev-libs/libatasmart )
+       collectd_plugins_slurm?                 ( sys-cluster/slurm )
        collectd_plugins_snmp?                  ( net-analyzer/net-snmp )
        collectd_plugins_snmp_agent?            ( net-analyzer/net-snmp )
        collectd_plugins_sysevent?              ( dev-libs/yajl:= )

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 844b2b43071..0555bad5aaa 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Thomas Deutschmann <[email protected]> (2020-04-30)
+# sys-cluster/slurm is keyworded on amd64
+app-metrics/collectd -collectd_plugins_slurm
+
 # Georgy Yakovlev <[email protected] (2020-04-26)
 # static-pie works on amd64, #719444
 sys-libs/glibc -static-pie

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index 281b7ebbb18..c9b37b2a795 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Thomas Deutschmann <[email protected]> (2020-04-30)
+# Dependency is only keyworded on amd64 and x86
+app-metrics/collectd collectd_plugins_slurm
+
 # Georgy Yakovlev <[email protected]> (2020-04-26)
 # static-pie is not implemented on all arches, #719444
 # https://sourceware.org/glibc/wiki/PortStatus

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index b9f6b333ae7..caea569f2bf 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Thomas Deutschmann <[email protected]> (2020-04-30)
+# sys-cluster/slurm is keyworded on x86
+app-metrics/collectd -collectd_plugins_slurm
+
 # Georgy Yakovlev <[email protected] (2020-04-26)
 # static-pie works on x86, #719444
 sys-libs/glibc -static-pie

diff --git a/profiles/desc/collectd_plugins.desc 
b/profiles/desc/collectd_plugins.desc
index e997f46d1aa..6b779a43a16 100644
--- a/profiles/desc/collectd_plugins.desc
+++ b/profiles/desc/collectd_plugins.desc
@@ -101,6 +101,7 @@ rrdtool - Build the rrdtool output plugin (writes values to 
RRD-files)
 sensors - Build the sensors input plugin (reads hardware sensors from 
lm-sensors)
 serial - Build the serial input plugin (collects the traffic on serial 
interfaces)
 sigrok - Build the sigrok input plugin (reads measurements from any supported 
hardware from sigrok project)
+slurm - Build the slurm input plugin (collects metrics from the SLURM workload 
manager)
 smart - Build the S.M.A.R.T input plugin (collects S.M.A.R.T statistics from 
disk drives)
 snmp - Build the snmp input plugin (reads values from network devices using 
SNMP)
 snmp_agent - Build an input plugin which implements an SNMP AgentX subagent 
that receives and handles queries from SNMP master agent and returns configured 
metrics

Reply via email to