Merge remote branch 'trenkel/master'
[collectd.git] / src / collectd.conf.pod
index 6609e69..d19a869 100644 (file)
@@ -2650,6 +2650,12 @@ Available options:
 
 Specifies the location of the status file.
 
+=item B<Compression> B<true>|B<false>
+
+Sets whether or not statistics about the compression used by OpenVPN should be
+collected. This information is only available in I<single> mode. Enabled by
+default.
+
 =back
 
 =head2 Plugin C<oracle>
@@ -3281,6 +3287,11 @@ matching values will be ignored.
 
 =back
 
+=head2 Plugin C<python>
+
+This plugin embeds a Python-interpreter into collectd and provides an interface
+to collectd's plugin system. See L<collectd-python(5)> for its documentation.
+
 =head2 Plugin C<routeros>
 
 The C<routeros> plugin connects to a device running I<RouterOS>, the
@@ -3294,11 +3305,14 @@ multiple routers:
       Host "router0.example.com"
       User "collectd"
       Password "secr3t"
+      CollectInterface true
     </Router>
     <Router>
       Host "router1.example.com"
       User "collectd"
       Password "5ecret"
+      CollectInterface true
+      CollectRegistrationTable true
     </Router>
   </Plugin>
 
@@ -3326,6 +3340,16 @@ Use the user name I<User> to authenticate. Defaults to "admin".
 
 Set the password used to authenticate.
 
+=item B<CollectInterface> B<true>|B<false>
+
+When set to B<true>, interface statistics will be collected for all interfaces
+present on the device. Defaults to B<false>.
+
+=item B<CollectRegistrationTable> B<true>|B<false>
+
+When set to B<true>, information about wireless LAN connections will be
+collected. Defaults to B<false>.
+
 =back
 
 =head2 Plugin C<rrdcached>