summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 31c1bf4)
raw | patch | inline | side by side (parent: 31c1bf4)
author | Florian Forster <octo@huhu.verplant.org> | |
Thu, 1 Jan 2009 11:35:34 +0000 (12:35 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Thu, 1 Jan 2009 11:35:34 +0000 (12:35 +0100) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index cc4fab4f519b7e959c28295ea872a0298d7f6e29..932bc6c786f74bb891f3b0a0824289bec23b5423 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
change, though this is unlikely. Oh, and if you want to help improving this
plugin, just send a short notice to the mailing list. ThanksE<nbsp>:)
+=head2 Plugin C<openvpn>
+
+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>.
+
+So, in a nutshell you need:
+
+ openvpn $OTHER_OPTIONS \
+ --status "/var/run/openvpn-status" 10 \
+ --status-version 2
+
+Available options:
+
+=over 4
+
+=item B<StatusFile> I<File>
+
+Specifies the location of the status file.
+
+=back
+
=head2 Plugin C<oracle>
The "oracle" plugin uses the Oracle® Call Interface (OCI) to connect to an