From 9620716ff31fa14f47c7195eaae84311815d6494 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Thu, 30 Apr 2020 13:58:16 +0200 Subject: [PATCH] app-metrics/collectd: add slurm plugin Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann --- 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 9b6e85c0ec72..06b81f9ad03b 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? ( (2020-04-30) +# sys-cluster/slurm is keyworded on amd64 +app-metrics/collectd -collectd_plugins_slurm + # Georgy Yakovlev (2020-04-30) +# Dependency is only keyworded on amd64 and x86 +app-metrics/collectd collectd_plugins_slurm + # Georgy Yakovlev (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 b9f6b333ae78..caea569f2bf5 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 (2020-04-30) +# sys-cluster/slurm is keyworded on x86 +app-metrics/collectd -collectd_plugins_slurm + # Georgy Yakovlev