From 1ab4c079643020e0e676d6287f0f5d322d7cf61c Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Tue, 30 Jun 2015 14:41:41 +0200 Subject: [PATCH] PluginInterfaceFormat supports multiple fields Document this. --- src/collectd.conf.pod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index ba213655..b840e6c8 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -6998,6 +6998,10 @@ by the hypervisor, which is equal to setting B. B means use the guest's UUID. +You can also specify combinations of these 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 -- 2.11.0