X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcollectd.conf.pod;h=6a7a9176fca7bdfbba4ba46d930e04fc52937884;hb=9eb3efd17e10c3bd59aa227d8d11fe60d6d4f303;hp=af7961e9c15b4f902e3026235d061ac4329584fc;hpb=9d534e1f24505fa5a5042a1db2d5dbd3030e5263;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index af7961e9..6a7a9176 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -5637,8 +5637,8 @@ B Address "127.0.0.1" Socket "/var/run/openvswitch/db.sock" Interfaces "br0" "veth0" - SendNotification false - DispatchValues true + SendNotification true + DispatchValues false The plugin provides the following configuration options: @@ -5676,12 +5676,12 @@ Default: empty (all interfaces on all bridges are monitored) =item B I If set to true, OVS link notifications (interface status and OVS DB connection -terminate) are sent to collectd. Default value is false. +terminate) are sent to collectd. Default value is true. =item B I Dispatch the OVS DB interface link status value with configured plugin interval. -Defaults to true. Please note, if B and B +Defaults to false. Please note, if B and B options are false, no OVS information will be provided by the plugin. =back @@ -6528,9 +6528,15 @@ C/var/run/collectd-powerdns>. =item B I Select more detailed statistics of processes matching this name. The statistics -collected for these selected processes are size of the resident segment size -(RSS), user- and system-time used, number of processes and number of threads, -io data (where available) and minor and major pagefaults. +collected for these selected processes are: + - size of the resident segment size (RSS) + - user- and system-time used + - number of processes + - number of threads + - number of open files (under Linux) + - io data (where available) + - context switches (under Linux) + - minor and major pagefaults. Some platforms have a limit on the length of process names. I must stay below this limit. @@ -8763,6 +8769,15 @@ create output in the I (JSON). When set to KAIROSDB Defaults to B. +=item B I I + +Only available for KAIROSDB output format. + +Consider the two given strings to be the key and value of an additional tag for +each metric being sent out. + +You can add multiple B. + =item B B|B Controls whether I are POSTed to this location. Defaults to B.