projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34d88dd
)
PluginInterfaceFormat supports multiple fields
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Tue, 30 Jun 2015 12:41:41 +0000
(14:41 +0200)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Fri, 11 Sep 2015 21:00:49 +0000
(23:00 +0200)
Document this.
src/collectd.conf.pod
patch
|
blob
|
history
diff --git
a/src/collectd.conf.pod
b/src/collectd.conf.pod
index
ba21365
..
b840e6c
100644
(file)
--- a/
src/collectd.conf.pod
+++ b/
src/collectd.conf.pod
@@
-6998,6
+6998,10
@@
by the hypervisor, which is equal to setting B<name>.
B<uuid> means use the guest's UUID.
+You can also specify combinations of these fields. For example B<name uuid>
+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<vmem>