From 728b68d43bd4b89c7286e958b5563323e0b3427c Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Fri, 17 Jun 2011 14:40:31 +0200 Subject: [PATCH] collectd.conf(5): Document the per-plugin interval configuration. --- src/collectd.conf.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index b0f8dfea..258c2e0c 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -63,6 +63,7 @@ options are allowed inside a B block: Globals true + Interval 42 =over 4 @@ -86,6 +87,12 @@ By default, this is disabled. As a special exception, if the plugin name is either C or C, the default is changed to enabled in order to keep the average user from ever having to deal with this low level linking stuff. +=item B I + +If specified, a custom interval will be used to query this specific plugin, +overwriting the global default set by the global B option (see +below). + =back =item B I -- 2.30.2