From 48dc1784882dc5cd939c621a1a09fd1a70fc3092 Mon Sep 17 00:00:00 2001 From: Michal Bebjak Date: Thu, 3 Sep 2015 12:21:21 +0200 Subject: [PATCH] dbi plugin interval documentation --- src/collectd.conf.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index aaeeaf41..e71b8e7b 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1827,6 +1827,7 @@ than those of other plugins. It usually looks something like this: Driver "mysql" + Interval 120 DriverOption "host" "localhost" DriverOption "username" "collectd" DriverOption "password" "aZo6daiw" @@ -2006,6 +2007,11 @@ the daemon. Other than that, that name is not used. =over 4 +=item B I + +Sets the interval (in seconds) in which the values will be collected from this +database. By default the global B setting will be used. + =item B I Specifies the driver to use to connect to the database. In many cases those -- 2.11.0