From 896f1f22ffd9753d5ecc50c66bd2e6d380b3981d Mon Sep 17 00:00:00 2001 From: Paul Sadauskas Date: Thu, 9 Jul 2009 10:31:49 -0600 Subject: [PATCH] http plugin: Man page about config vars --- src/collectd.conf.pod | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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 -- 2.30.2