From: Thomas Deutschmann Date: Thu, 30 Apr 2020 13:53:20 +0000 (+0200) Subject: app-metrics/collectd: add pcie_errors plugin X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3d2b88971382596fbddfcc9e2da1598c79701b67;p=gentoo.git app-metrics/collectd: add pcie_errors plugin Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann --- diff --git a/app-metrics/collectd/collectd-5.11.0.ebuild b/app-metrics/collectd/collectd-5.11.0.ebuild index dc569035caa3..03fa1e33d416 100644 --- a/app-metrics/collectd/collectd-5.11.0.ebuild +++ b/app-metrics/collectd/collectd-5.11.0.ebuild @@ -58,14 +58,14 @@ COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind memcachec memcached memory modbus mqtt multimeter mysql netlink 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 procevent processes protocols - python python redis routeros rrdcached rrdtool sensors serial sigrok - slurm smart snmp snmp_agent statsd swap synproxy sysevent syslog - table tail tail_csv target_notification target_replace target_scale - target_set tcpconns teamspeak2 ted thermal threshold turbostat ubi - unixsock uptime users uuid varnish virt vmem vserver wireless - write_graphite write_http write_influxdb_udp write_kafka write_log - write_mongodb write_prometheus write_redis write_sensu + ovs_stats pcie_errors perl ping postgresql powerdns procevent + processes protocols python python redis routeros rrdcached rrdtool + sensors serial sigrok slurm smart snmp snmp_agent statsd swap synproxy + sysevent syslog table tail tail_csv target_notification target_replace + target_scale target_set tcpconns teamspeak2 ted thermal threshold + turbostat ubi unixsock uptime users uuid varnish virt vmem vserver + wireless write_graphite write_http write_influxdb_udp write_kafka + write_log write_mongodb write_prometheus write_redis write_sensu write_stackdriver write_syslog write_tsdb xencpu zfs_arc zookeeper" COLLECTD_DISABLED_PLUGINS="${COLLECTD_IMPOSSIBLE_PLUGINS}" diff --git a/profiles/desc/collectd_plugins.desc b/profiles/desc/collectd_plugins.desc index d5070b1c68c5..d9a8d76eb803 100644 --- a/profiles/desc/collectd_plugins.desc +++ b/profiles/desc/collectd_plugins.desc @@ -87,6 +87,7 @@ openvpn - Build the openvpn input plugin (reads the status file printed by OpenV oracle - Build the oracle input plugin (executes SQL statements against Oracle database systems) ovs_events - Build an input plugin which reports link state changes from Open vSwitch (OVS) ovs_stats - Build an input plugin which reports bridge and interface statistics from Open vSwitch (OVS) +pcie_errors - Build an input plugin which reports the PCIe errors perl - Build the perl language binding plugin (embeds a Perl interpreter into collectd for writing plugins) ping - Build the ping input plugin (measures network latency) postgresql - Build the postgresql input plugin (executes SQL statements against a PostgreSQL database)