From 6bac15094742e5cd4b649c7f5d35fb8de63d2c09 Mon Sep 17 00:00:00 2001 From: Remi Ferrand Date: Tue, 29 Jul 2014 10:24:43 +0200 Subject: [PATCH] Add final documentation for new libvirt plugin option PluginInstanceFormat --- src/collectd.conf.in | 1 + src/collectd.conf.pod | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 80aba6a4..3581db44 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -472,6 +472,7 @@ # IgnoreSelected false # HostnameFormat name # InterfaceFormat name +# PluginInstanceFormat name # # diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 11db1ccd..858dc16d 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2153,6 +2153,14 @@ 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 + +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. + +B means use the guest's UUID. + =back =head2 Plugin C -- 2.30.2