From 647f9fed7269077e98e5d813b22b5ca53984f16a Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 5 Jan 2010 13:10:29 +0100 Subject: [PATCH] collectd.conf(5): Document the new config options of the routeros plugin. --- src/collectd.conf.pod | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 9af1ff51..329afa5e 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -3341,6 +3341,8 @@ multiple routers: User "collectd" Password "secr3t" CollectInterface true + CollectCPULoad true + CollectMemory true Host "router1.example.com" @@ -3348,6 +3350,8 @@ multiple routers: Password "5ecret" CollectInterface true CollectRegistrationTable true + CollectDF true + CollectDisk true @@ -3385,6 +3389,29 @@ present on the device. Defaults to B. When set to B, information about wireless LAN connections will be collected. Defaults to B. +=item B B|B + +When set to B, information about the CPU usage will be collected. The +number is a dimensionless value where zero indicates no CPU usage at all. +Defaults to B. + +=item B B|B + +When enabled, the amount of used and free memory will be collected. How used +memory is calculated is unknown, for example whether or not caches are counted +as used space. +Defaults to B. + +=item B B|B + +When enabled, the amount of used and free disk space will be collected. +Defaults to B. + +=item B B|B + +When enabled, the number of sectors written and bad blocks will be collected. +Defaults to B. + =back =head2 Plugin C -- 2.11.0