X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=ccc69491644815d995826d76e4bdfd0dbf7e98ff;hb=e3d3699f39ab5f228e1be4ad32fe01b3a307a8ed;hp=34a3ed7d15500822be02d9020e732f3a08986a70;hpb=aaa31b7ab58eaefbb4a0fa9919bd1d6766e44a5e;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 34a3ed7d..ccc69491 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -5438,6 +5438,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,7 +7291,6 @@ 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. @@ -7293,6 +7298,7 @@ Server state is requested by sending I query. Port "6379" Timeout 2000 ReportCommandStats false + ReportCpuUsage true #Database 0 Type "queue_length" @@ -7339,9 +7345,14 @@ 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. +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.