From 14b2132d678efb03775a64722eaac0112af17d49 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Ritschard Date: Thu, 20 Nov 2014 13:29:44 +0100 Subject: [PATCH] Add documentation bits. --- src/collectd.conf.pod | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 03871a4b..eb94fa37 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -5333,6 +5333,10 @@ which configures the connection parameters for this node. Host "localhost" Port "6379" Timeout 2000 + + Type "queue_length" + Instance "myqueue" + @@ -5370,6 +5374,22 @@ read function is blocking, you should keep this value as low as possible. Keep in mind that the sum of all B values for all B should be lower than B defined globally. +=item B I + +The B block identifies a query to execute against the redis server. +There may be an arbitrary number of queries to execute. + +=item B I + +Within a query definition, a valid collectd type to use as when submitting +the result of the query. When not supplied, will default to B. + +=item B I + +Within a query definition, an optional type instance to use when submitting +the result of the query. When not supplied will default to the escaped +command, up to 64 chars. + =back =head2 Plugin C -- 2.30.2