X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=59247da02b8c11b2725b8244706abeaa8e779784;hb=dadf85ade12c75675cd20932e26d723d17a718f1;hp=683ec8e3ca6a7de773e6afb4c8e8cd46b7fef6f1;hpb=1c790e620e1d9b8f550290959e7cd8ec6ba549e9;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 683ec8e3..59247da0 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 @@ -7133,14 +7139,18 @@ setting B. B
means use the interface's mac address. This is useful since the interface path might change between reboots of a guest or across migrations. -=item B B +=item B B When the virt plugin logs data, it sets the plugin_instance of the collected -data according to this setting. The default is to use the guest name as provided -by the hypervisor, which is equal to setting B. +data according to this setting. The default is to not set the plugin_instance. +B means use the guest's name as provided by the hypervisor. B means use the guest's UUID. +You can also specify combinations of the B and B fields. +For example B means to concatenate the guest name and UUID +(with a literal colon character between, thus I<"foo:1234-1234-1234-1234">). + =back =head2 Plugin C