summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 50c381e)
raw | patch | inline | side by side (parent: 50c381e)
author | Florian Forster <octo@collectd.org> | |
Thu, 4 Sep 2014 08:54:35 +0000 (10:54 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Thu, 4 Sep 2014 08:54:35 +0000 (10:54 +0200) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index eee8c44dfb5a1918ab85246bc1d9346cd642bce6..fa574849f1b4d75154a00d02006e694457441f04 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=head2 Plugin C<write_http>
This output plugin submits values to an HTTP server using POST requests and
-encoding metircs with JSON or using the C<PUTVAL> command described in
+encoding metrics with JSON or using the C<PUTVAL> command described in
L<collectd-unixsock(5)>. Each destination you want to post data to needs to
have one B<URL> block, within which the destination can be configured further,
for example by specifying authentication data.
=item B<StoreRates> B<true|false>
If set to B<true>, convert counter values to rates. If set to B<false> (the
-default) counter values are stored as is, i.E<nbsp>e. as an increasing integer
-number.
+default) counter values are stored as is, i.e. as an increasing integer number.
=item B<BufferSize> I<Bytes>