summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f385de1)
raw | patch | inline | side by side (parent: f385de1)
author | Paul Sadauskas <psadauskas@gmail.com> | |
Thu, 9 Jul 2009 16:31:49 +0000 (10:31 -0600) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 21 Aug 2009 06:47:04 +0000 (08:47 +0200) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 49a3b7813bf055f48e2693ae659cc37b08bfa664..936a6d7b363d673d7b4fbcf108ffd6f972d57944 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=back
+=head2 Plugin C<http>
+
+This output plugin submits values to an http server by POST them using the
+PUTVAL plain-text protocol.
+
+The following options are accepted by the C<http>-plugin:
+
+=over 4
+
+=item B<Location> I<http://example.com/collectd-import>
+
+Set the URL location where values will be sent.
+
+=item B<User> I<Username>
+
+Optional user name needed for authentication.
+
+=item B<Password> I<Password>
+
+Optional password needed for authentication.
+
+=back
+
=head2 Plugin C<interface>
=over 4