summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 61499cf)
raw | patch | inline | side by side (parent: 61499cf)
author | Michal Bebjak <mbebjak@qualityunit.com> | |
Thu, 3 Sep 2015 10:21:21 +0000 (12:21 +0200) | ||
committer | Michal Bebjak <mbebjak@qualityunit.com> | |
Thu, 3 Sep 2015 10:21:21 +0000 (12:21 +0200) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index aaeeaf419b703913392ef5e78448ffa76fc451dc..e71b8e7b58d4ba989439009cc4159dbd3b040a3b 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
</Query>
<Database "product_information">
Driver "mysql"
+ Interval 120
DriverOption "host" "localhost"
DriverOption "username" "collectd"
DriverOption "password" "aZo6daiw"
=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