doc: add information about routeros CollectHealth option
authorMariusz Bialonczyk <manio@skyboo.net>
Fri, 25 Sep 2015 09:50:29 +0000 (11:50 +0200)
committerPavel Rochnyack <pavel2000@ngs.ru>
Sun, 8 Jul 2018 06:15:57 +0000 (13:15 +0700)
src/collectd.conf.in
src/collectd.conf.pod

index bb83bda..fb1471f 100644 (file)
 #              CollectMemory true
 #              CollectDF true
 #              CollectDisk true
+#              CollectHealth true
 #      </Router>
 #</Plugin>
 
index 01fae1b..024efd2 100644 (file)
@@ -7279,6 +7279,7 @@ multiple routers:
       CollectRegistrationTable true
       CollectDF true
       CollectDisk true
+      CollectHealth true
     </Router>
   </Plugin>
 
@@ -7339,6 +7340,12 @@ Defaults to B<false>.
 When enabled, the number of sectors written and bad blocks will be collected.
 Defaults to B<false>.
 
+=item B<CollectHealth> B<true>|B<false>
+
+When enabled, the health statistics will be collected. This includes the
+voltage and temperature on supported hardware.
+Defaults to B<false>.
+
 =back
 
 =head2 Plugin C<redis>