X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=16315ade1ef8d5086a82fbdbb0ef6cf4d9ec9bac;hb=9b4f1327773717688653e080da89e0e19fc9a26f;hp=0c8e1e2011635a1b17361db5851e1fa1ff9ffe2c;hpb=0beb06563c5681975fd4f743c547e15f4facb29f;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 0c8e1e20..16315ade 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -802,12 +802,22 @@ B can handle it. TCP-Port to connect to. Defaults to B<3551>. -=item B B +=item B B|B If set to B, the time reported in the C metric will be converted to seconds. This is the recommended setting. If set to B, the default for backwards compatibility, the time will be reported in minutes. +=item B B|B + +By default, the plugin will try to keep the connection to UPS open between +reads. Since this appears to be somewhat brittle (I appears to close +the connection due to inactivity quite quickly), the plugin will try to detect +this problem and switch to an open-read-close mode in such cases. + +You can instruct the plugin to close the connection after each read by setting +this option to B. + =back =head2 Plugin C @@ -5422,6 +5432,10 @@ dispatched to the daemon using the specified I as an identifier. This allows to "group" several processes together. I must not contain slashes. +=item B I + +Collect context switch of the process. + =back =head2 Plugin C