X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=e7943199111fd29e1d5e7495f03dbb0c57330e78;hb=d3a409674a26075fe127e6800e2bc96ba389c102;hp=b31bb877892b99e80dcdab408b6de9c077b07437;hpb=1cc3e40380c9a39f1fa2e69cdeabaf0306a42d69;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index b31bb877..e7943199 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2939,6 +2939,14 @@ updates per second, writing all values to disk will take approximately "collection3" you'll end up with a responsive and fast system, up to date graphs and basically a "backup" of your values every hour. +=item B I + +When set, the actual timeout for each value is chosen randomly between +I-I and I+I. The +intention is to avoid high load situations that appear when many values timeout +at the same time. This is especially a problem shortly after the daemon starts, +because all values were added to the internal cache at roughly the same time. + =back =head2 Plugin C @@ -3443,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