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 /profiles/desc | |
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 '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 38d6478a1c05..c5e26e3d3b41 100644 --- a/profiles/desc/collectd_plugins.desc +++ b/profiles/desc/collectd_plugins.desc @@ -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) |