Add a write_log output plugin which logs values.
authorPierre-Yves Ritschard <pyr@spootnik.org>
Thu, 8 Jan 2015 10:06:04 +0000 (11:06 +0100)
committerPierre-Yves Ritschard <pyr@spootnik.org>
Thu, 8 Jan 2015 10:06:04 +0000 (11:06 +0100)
commit93c899328be91c9c15a165cc7f488ccea00cf172
treec4e2d73b75d59f47dcb1791dee7d953cb3dedfd4
parent7af18f5f02114f39f6c546447e9bf05adf009b00
Add a write_log output plugin which logs values.

I find this to be useful when developping new input plugins,
it allows creating a very simple configuration and combined
with `-f` can be used for a very simple workflow.

I'm proposing this, since I think it could be useful for
people wanting to debug their config on local agents as well.
configure.ac
src/Makefile.am
src/collectd.conf.in
src/collectd.conf.pod
src/write_log.c [new file with mode: 0644]