summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 976b9c4)
raw | patch | inline | side by side (parent: 976b9c4)
author | Igor Peshansky <igorpeshansky@github.com> | |
Fri, 9 Sep 2016 17:30:15 +0000 (13:30 -0400) | ||
committer | Igor Peshansky <igorpeshansky@github.com> | |
Fri, 9 Sep 2016 19:13:55 +0000 (15:13 -0400) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 0fa74d54bbe515d49aef330fd2adb20d9ef2a831..c6666b0b0cdfec197a5d001814cf65d15c22d396 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=back
+=head2 Plugin C<write_log>
+
+The C<write_log> plugin writes metrics as INFO log messages.
+
+This plugin supports two output formats: I<Graphite> and I<JSON>.
+
+Synopsis:
+
+ <Plugin write_log>
+ Format Graphite
+ </Plugin>
+
+=over 4
+
+=item B<Format> I<Format>
+
+The output format to use. Can be one of C<Graphite> or C<JSON>.
+
+=back
+
=head2 Plugin C<write_tsdb>
The C<write_tsdb> plugin writes data to I<OpenTSDB>, a scalable open-source