diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-30 15:47:56 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-30 16:10:22 +0200 |
commit | 5dfb683b324be1e37d681cf4e511d4495904fcb2 (patch) | |
tree | 220909d7f57c19f385a99ba57a6f84946b28db6e /profiles/desc | |
parent | app-metrics/collectd: add write_stackdriver plugin (diff) | |
download | gentoo-5dfb683b324be1e37d681cf4e511d4495904fcb2.tar.gz gentoo-5dfb683b324be1e37d681cf4e511d4495904fcb2.tar.bz2 gentoo-5dfb683b324be1e37d681cf4e511d4495904fcb2.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>
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/collectd_plugins.desc | 1 |
1 files changed, 1 insertions, 0 deletions
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) |