dbi plugin interval documentation
authorMichal Bebjak <mbebjak@qualityunit.com>
Thu, 3 Sep 2015 10:21:21 +0000 (12:21 +0200)
committerMichal Bebjak <mbebjak@qualityunit.com>
Thu, 3 Sep 2015 10:21:21 +0000 (12:21 +0200)
src/collectd.conf.pod

index aaeeaf4..e71b8e7 100644 (file)
@@ -1827,6 +1827,7 @@ than those of other plugins. It usually looks something like this:
     </Query>
     <Database "product_information">
       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<Interval> I<Interval>
+
+Sets the interval (in seconds) in which the values will be collected from this
+database. By default the global B<Interval> setting will be used.
+
 =item B<Driver> I<Driver>
 
 Specifies the driver to use to connect to the database. In many cases those