X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=a16f29a1fd83b1982fbaa3791ee03d1a421dbebd;hb=2dd0f9076e04a3d28793f8f45d098ea0a743ab3b;hp=b66c4350305a8a217b2ebbdfbd78aa6341d54302;hpb=e4fcf03ee7504cc679b5463700966519fb85f065;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index b66c4350..a16f29a1 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -5103,6 +5103,43 @@ Since the configuration of the C is a little more complicated than other plugins, its documentation has been moved to an own manpage, L. Please see there for details. +=head2 Plugin C + +The I listens to a UDP socket, reads "events" in the statsd +protocol and dispatches rates or other aggregates of these numbers +periodically. + +The plugin implements the I, I and I types which are +dispatched as C, C and C respectively. + +The following configuration options are valid: + +=over 4 + +=item B I + +Bind to the hostname / address I. By default, the plugin will bind to the +"any" address, i.e. accept packets sent to any of the hosts addresses. + +=item B I + +UDP port to listen to. This can be either a service name or a port number. +Defaults to C<8125>. + +=item B B|B + +=item B B|B + +=item B B|B + +These options control what happens if metrics are not updated in an interval. +If set to B, the default, metrics are dispatched unchanged, i.e. the +rate of counters will be zero, timers report C and gauges are unchanged. +If set to B, the such metrics are not dispatched and removed from the +internal cache. + +=back + =head2 Plugin C The I collects information about used and available swap space. On @@ -6034,7 +6071,7 @@ Synopsis: Protocol UDP StoreRates true AlwaysAppendDS false - Delay 10 + TTLFactor 2.0 Tag "foobar" @@ -6081,6 +6118,15 @@ If set the B, append the name of the I (DS) to the identifies a metric in I. If set to B (the default), this is only done when there is more than one DS. +=item B I + +I events have a I