diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-30 15:33:24 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-30 16:10:19 +0200 |
commit | 5b3fc9106e724e916b0a2b3ab6f0114e4b80639a (patch) | |
tree | 70b4fa69c1db207cb71781ba60fdcf1a233efc71 /app-metrics | |
parent | app-metrics/collectd: add write_influxdb_udp plugin (diff) | |
download | gentoo-5b3fc9106e724e916b0a2b3ab6f0114e4b80639a.tar.gz gentoo-5b3fc9106e724e916b0a2b3ab6f0114e4b80639a.tar.bz2 gentoo-5b3fc9106e724e916b0a2b3ab6f0114e4b80639a.zip |
app-metrics/collectd: add write_syslog plugin
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-metrics')
-rw-r--r-- | app-metrics/collectd/collectd-5.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-metrics/collectd/collectd-5.11.0.ebuild b/app-metrics/collectd/collectd-5.11.0.ebuild index a5df7f44303e..f1c40831c229 100644 --- a/app-metrics/collectd/collectd-5.11.0.ebuild +++ b/app-metrics/collectd/collectd-5.11.0.ebuild @@ -65,8 +65,8 @@ COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind 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_tsdb xencpu zfs_arc - zookeeper" + write_prometheus write_redis write_sensu write_syslog write_tsdb + xencpu zfs_arc zookeeper" COLLECTD_DISABLED_PLUGINS="${COLLECTD_IMPOSSIBLE_PLUGINS}" |