From: Florian Forster Date: Fri, 22 May 2009 16:01:51 +0000 (+0200) Subject: collectd.conf(5): Added documentation about the olsrd plugin. X-Git-Tag: collectd-4.8.0~110^2~1 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=294c97574eff7ea3eeacceb0b86f6df0ce6a7b84;hp=fcb70424752762b9e86b2de80681714ef32d3e18;p=collectd.git collectd.conf(5): Added documentation about the olsrd plugin. --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 23863120..ec5010fc 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2002,6 +2002,55 @@ L. =back +=head2 Plugin C + +The I plugin connects to the TCP port opened by the I plugin of +the Optimized Link State Routing daemon and reads information about the current +state of the meshed network. + +The following configuration options are understood: + +=over 4 + +=item B I + +Connect to I. Defaults to B<"localhost">. + +=item B I + +Specifies the port to connect to. This must be a string, even if you give the +port as a number rather than a service name. Defaults to B<"2006">. + +=item B B|B|B + +Specifies what information to collect about links, i.Ee. direct +connections of the daemon queried. If set to B, no information is +collected. If set to B, the number of links and the average of all +I (LQ) and I (NLQ) values is calculated. +If set to B LQ and NLQ are collected per link. + +Defaults to B. + +=item B B|B|B + +Specifies what information to collect about routes of the daemon queried. If +set to B, no information is collected. If set to B, the number of +routes and the average I and I is calculated. If set to B +metric and ETX are collected per route. + +Defaults to B. + +=item B B|B|B + +Specifies what information to collect about the global topology. If set to +B, no information is collected. If set to B, the number of links +in the entire topology and the average I (LQ) is calculated. +If set to B LQ and NLQ are collected for each link in the entire topology. + +Defaults to B. + +=back + =head2 Plugin C B See notes below.