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 /app-metrics/collectd | |
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 'app-metrics/collectd')
-rw-r--r-- | app-metrics/collectd/collectd-5.11.0.ebuild | 14 |
1 files changed, 7 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}" |