Add final documentation for new libvirt plugin option PluginInstanceFormat
authorRemi Ferrand <remi.ferrand@cc.in2p3.fr>
Tue, 29 Jul 2014 08:24:43 +0000 (10:24 +0200)
committerRemi Ferrand <remi.ferrand@cc.in2p3.fr>
Tue, 29 Jul 2014 08:24:43 +0000 (10:24 +0200)
src/collectd.conf.in
src/collectd.conf.pod

index 80aba6a..3581db4 100644 (file)
 #      IgnoreSelected false
 #      HostnameFormat name
 #      InterfaceFormat name
+#      PluginInstanceFormat name
 #</Plugin>
 
 #<Plugin lpar>
index 11db1cc..858dc16 100644 (file)
@@ -2153,6 +2153,14 @@ setting B<name>.
 B<address> 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<PluginInstanceFormat> B<name|uuid>
+
+When the libvirt 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<name>.
+
+B<uuid> means use the guest's UUID.
+
 =back
 
 =head2 Plugin C<logfile>