app-metrics/collectd: add write_syslog plugin
authorThomas Deutschmann <whissi@gentoo.org>
Thu, 30 Apr 2020 13:33:24 +0000 (15:33 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Thu, 30 Apr 2020 14:10:19 +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 a5df7f44303e0de2ad1b0d8fe6764082c916559a..f1c40831c22978034e78bf97bba648733c622fc3 100644 (file)
@@ -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}"
 
index 38d6478a1c0501298055dce4becdfc8ac14298af..c5e26e3d3b419a83be3a09251c3cd7284b9982a2 100644 (file)
@@ -142,6 +142,7 @@ write_mongodb - Build the MongoDB output plugin (stores values in MongoDB)
 write_prometheus - Builds the Prometheus output plugin (starts an internal webserver on port 9103 (configurable) and accepts scrape requests from Prometheus)
 write_redis - Build the Redis output plugin (stores values in Redis)
 write_sensu - Build the Sensu output plugin (sends metrics to Sensu Core, an open-source monitoring project)
+write_syslog - Build the Syslog output plugin (sends metrics in CEE-enhanced syslog message format)
 write_tsdb - Build the TSDB output plugin (writes metrics to OpenTSDB, an open-source distributed time-series database based on Apache HBase)
 xencpu - Build the XEN CPU input plugin (collects XEN Hypervisor CPU stats using app-emulation/xen-tools)
 zfs_arc - Build the ZFS ARC input plugin (reports information such as the cache size, the various hits and misses (also as a ratio) and the transferred data)