app-metrics/collectd: add synproxy plugin
authorThomas Deutschmann <whissi@gentoo.org>
Thu, 30 Apr 2020 13:47:56 +0000 (15:47 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Thu, 30 Apr 2020 14:10:22 +0000 (16:10 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
app-metrics/collectd/collectd-5.11.0.ebuild
profiles/desc/collectd_plugins.desc

index 8887f3a114e8a0daabc73d7f1b73f58d9acda3c6..dc569035caa314fc7551f912a14eaffdddf43204 100644 (file)
@@ -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}"
 
index 0b8a5e8a0bf7c944a87cc82eb0087bf58f38621f..d5070b1c68c5a5ddf2d5bf137da65cc228ab930f 100644 (file)
@@ -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)