X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=af6ed93604c03a41c03889d613c0d14d3c579087;hb=4d651bf30af5408da82e753b6232fc64dcba96db;hp=379e083878e905637952dce7450f950c8a997052;hpb=c17c1d4aedd84b8308cc600c45bb938249732440;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 379e0838..af6ed936 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -5655,15 +5655,12 @@ The OpenVPN plugin reads a status file maintained by OpenVPN and gathers traffic statistics about connected clients. To set up OpenVPN to write to the status file periodically, use the -B<--status> option of OpenVPN. Since OpenVPN can write two different formats, -you need to set the required format, too. This is done by setting -B<--status-version> to B<2>. +B<--status> option of OpenVPN. So, in a nutshell you need: openvpn $OTHER_OPTIONS \ - --status "/var/run/openvpn-status" 10 \ - --status-version 2 + --status "/var/run/openvpn-status" 10 Available options: @@ -7562,6 +7559,7 @@ filesystem or CSV (comma separated values) files. + #Plugin "slab" Instance "slabinfo" Separator " " @@ -7588,10 +7586,14 @@ The following options are available inside a B
block: =over 4 +=item B I + +If specified, I is used as the plugin name when submitting values. +Defaults to B
. + =item B I -If specified, I is used as the plugin instance. So, in the above -example, the plugin name C would be used. If omitted, the +If specified, I is used as the plugin instance. If omitted, the filename of the table is used instead, with all special characters replaced with an underscore (C<_>).