Add write_syslog output plugin
authorShirly Radco <sradco@redhat.com>
Wed, 5 Dec 2018 19:32:16 +0000 (21:32 +0200)
committerShirly Radco <sradco@redhat.com>
Thu, 7 Mar 2019 15:50:51 +0000 (17:50 +0200)
commitcc0fe32830bc2cfd1353c151aa1028107f5c05de
tree89cb224ff445b2f8da0ce624260c53bc5e33a0ef
parentccf9586cbd6b6a2ab0dfe2075992c71561a6910d
Add write_syslog output plugin

This patch adds an output plugin to send metrics
as CEE-enhanced Syslog log messages by TCP .

The syslog message includes the metrics data in
human readable structured data format and in json
format.

It allows adding additional metedata.

This plugin is based on the write_tsdb plugin.

Signed-off-by: Shirly Radco <sradco@redhat.com>
AUTHORS
ChangeLog
Makefile.am
README
configure.ac
contrib/redhat/collectd.spec
src/collectd.conf.in
src/collectd.conf.pod
src/write_syslog.c [new file with mode: 0644]