routeros plugin: Add two “Collect*” config options.
[collectd.git] / src / collectd.conf.pod
index 6609e69..d73d9fc 100644 (file)
@@ -3294,11 +3294,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 +3329,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>