From: Florian Forster Date: Tue, 5 Jan 2010 12:10:29 +0000 (+0100) Subject: collectd.conf(5): Document the new config options of the routeros plugin. X-Git-Tag: collectd-4.10.0~73^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=647f9fed7269077e98e5d813b22b5ca53984f16a;p=collectd.git collectd.conf(5): Document the new config options of the routeros plugin. --- 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