summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 471f5a6)
raw | patch | inline | side by side (parent: 471f5a6)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 1 Jun 2010 14:20:16 +0000 (16:20 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 1 Jun 2010 14:20:16 +0000 (16:20 +0200) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index c70b9e0c77e922a0e9bd81a4618e115cf08cb990..0fcd674695ab160bccab679d34f9c75970a49123 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
means to concatenate the guest name and UUID (with a literal colon character
between, thus I<"foo:1234-1234-1234-1234">).
-=item B<InterfaceFormat> B<name|address|...>
+=item B<InterfaceFormat> B<name>|B<address>
-When the libvirt plugin logs interface data, it sets the name of the collected data according to this setting.
-The default is to use the path as provided by the hypervisor (the ’dev’ property of the target node), which is equal to setting B<name>.
+When the libvirt plugin logs interface data, it sets the name of the collected
+data according to this setting. The default is to use the path as provided by
+the hypervisor (the "dev" property of the target node), which is equal to
+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.
+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.
=back