From: Paul Sadauskas Date: Thu, 9 Jul 2009 16:31:49 +0000 (-0600) Subject: http plugin: Man page about config vars X-Git-Tag: collectd-4.8.0~26^2~16 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=896f1f22ffd9753d5ecc50c66bd2e6d380b3981d;p=collectd.git http plugin: Man page about config vars --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 49a3b781..936a6d7b 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1184,6 +1184,29 @@ 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