summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 64d0aa3)
raw | patch | inline | side by side (parent: 64d0aa3)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 29 Aug 2009 06:23:29 +0000 (08:23 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 29 Aug 2009 06:23:29 +0000 (08:23 +0200) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 7115a749a56aa11c93ab92aa5be9b07f63d660d8..e7943199111fd29e1d5e7495f03dbb0c57330e78 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<URL> 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
collect on-wire traffic you could, for example, use the logging facilities of
iptables to feed data for the guest IPs into the iptables plugin.
+=head2 Plugin C<write_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 I<write_http plugin>:
+
+=over 4
+
+=item B<URL> 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
+
=head1 THRESHOLD CONFIGURATION
Starting with version C<4.3.0> collectd has support for B<monitoring>. By that