X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=61aeff142b2f3b9d71798c5947681fd7a8dc33d8;hb=4e2dfc0593d5fc3f28a096cd94f592758eace039;hp=093ff76594a8dc7515f8512db29796c40c691736;hpb=203c25da6fed60b39c31e382e2865c4fcfe3dc05;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 093ff765..61aeff14 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2104,6 +2104,11 @@ Use I as the plugin instance when submitting values. May be overridden by B option inside B blocks. Defaults to an empty string (no plugin instance). +=item B I + +Sets the interval (in seconds) in which the values will be collected from this +URL. By default the global B setting will be used. + =item B I I If an XPath expression references namespaces, they must be specified @@ -5438,6 +5443,12 @@ behavior is to let the kernel choose the appropriate interface. Be warned that the manual selection of an interface for unicast traffic is only necessary in rare cases. +=item B I + +Set the outgoing IP address for IP packets. This option can be used instead of +the I option to explicitly define the IP address which will be used +to send Packets to the remote server. + =item B I Sets the interval at which to re-resolve the DNS for the I. This is @@ -7285,13 +7296,14 @@ The I connects to one or more Redis servers, gathers information about each server's state and executes user-defined queries. For each server there is a I block which configures the connection parameters and set of user-defined queries for this node. -Server state is requested by sending I query. Host "localhost" Port "6379" Timeout 2000 + ReportCommandStats false + ReportCpuUsage true #Database 0 Type "queue_length" @@ -7335,6 +7347,17 @@ globally. Defaults to 2000 (2 seconds). +=item B B|B + +Enables or disables reporting of statistics based on the command type, including +rate of command calls and average CPU time consumed by command processing. +Defaults to B. + +=item B B|B + +Enables or disables reporting of CPU consumption statistics. +Defaults to B. + =item B I The B block identifies a query to execute against the redis server.