From: Michal Bebjak Date: Thu, 3 Sep 2015 10:21:21 +0000 (+0200) Subject: dbi plugin interval documentation X-Git-Tag: collectd-5.6.0~600^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1229%2Fhead;p=thirdparty%2Fcollectd.git dbi plugin interval documentation --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index aaeeaf419..e71b8e7b5 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