summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-04-30 15:47:56 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-04-30 16:10:22 +0200
commit5dfb683b324be1e37d681cf4e511d4495904fcb2 (patch)
tree220909d7f57c19f385a99ba57a6f84946b28db6e
parentapp-metrics/collectd: add write_stackdriver plugin (diff)
downloadgentoo-5dfb683b.tar.gz
gentoo-5dfb683b.tar.bz2
gentoo-5dfb683b.zip
app-metrics/collectd: add synproxy plugin
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r--app-metrics/collectd/collectd-5.11.0.ebuild14
-rw-r--r--profiles/desc/collectd_plugins.desc1
2 files changed, 8 insertions, 7 deletions
diff --git a/app-metrics/collectd/collectd-5.11.0.ebuild b/app-metrics/collectd/collectd-5.11.0.ebuild
index 8887f3a114e8..dc569035caa3 100644
--- a/app-metrics/collectd/collectd-5.11.0.ebuild
+++ b/app-metrics/collectd/collectd-5.11.0.ebuild
@@ -60,13 +60,13 @@ COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind
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 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"
+ 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 0b8a5e8a0bf7..d5070b1c68c5 100644
--- a/profiles/desc/collectd_plugins.desc
+++ b/profiles/desc/collectd_plugins.desc
@@ -108,6 +108,7 @@ 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
statsd - Build the statsd input plugin (accepts statsd-type metrics from a UDP socket)
swap - Build the swap input plugin (collects amount of memory currently written to swap)
+synproxy - Build the Linux SYNPROXY input plugin (collects metrics from /proc/net/stat/synproxy)
sysevent - Build the rsyslog input plugin (collects system events from rsyslog)
syslog - Build the syslog output plugin (receives messages from collectd and dispatches them to syslog)
table - Build the table input plugin (parses table-like structured plain text)