From: Florian Forster Date: Sat, 29 Aug 2009 06:23:29 +0000 (+0200) Subject: collectd.conf(5): Updated to reflect the renaming of the “write_http” plugin. X-Git-Tag: collectd-4.8.0~26^2~2 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=d3a409674a26075fe127e6800e2bc96ba389c102 collectd.conf(5): Updated to reflect the renaming of the “write_http” plugin. --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 7115a749..e7943199 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1184,29 +1184,6 @@ the next major version. =back -=head2 Plugin C - -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-plugin: - -=over 4 - -=item B I - -Set the URL location where values will be sent. - -=item B I - -Optional user name needed for authentication. - -=item B I - -Optional password needed for authentication. - -=back - =head2 Plugin C =over 4 @@ -3474,6 +3451,29 @@ traffic (e.Eg. due to headers and retransmission). If you want to 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 + +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: + +=over 4 + +=item B I + +Set the URL location where values will be sent. + +=item B I + +Optional user name needed for authentication. + +=item B I + +Optional password needed for authentication. + +=back + =head1 THRESHOLD CONFIGURATION Starting with version C<4.3.0> collectd has support for B. By that