From 2d4291e0b1e6618cb44d1c34ea8423f1b44536fe Mon Sep 17 00:00:00 2001 From: Mariusz Bialonczyk Date: Fri, 25 Sep 2015 11:50:29 +0200 Subject: [PATCH] doc: add information about routeros CollectHealth option --- src/collectd.conf.in | 1 + src/collectd.conf.pod | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/src/collectd.conf.in b/src/collectd.conf.in index bb83bda9..fb1471f1 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -1297,6 +1297,7 @@ # CollectMemory true # CollectDF true # CollectDisk true +# CollectHealth true # # diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 01fae1b0..024efd20 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -7279,6 +7279,7 @@ multiple routers: CollectRegistrationTable true CollectDF true CollectDisk true + CollectHealth true @@ -7339,6 +7340,12 @@ Defaults to B. When enabled, the number of sectors written and bad blocks will be collected. Defaults to B. +=item B B|B + +When enabled, the health statistics will be collected. This includes the +voltage and temperature on supported hardware. +Defaults to B. + =back =head2 Plugin C -- 2.11.0