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<load>
+
+The I<Load plugin> collects the system load. These numbers give a rough overview
+over the utilization of a machine. The system load is defined as the number of
+runnable tasks in the run-queue and is provided by many operating systems as a
+one, five or fifteen minute average.
+
+The following configuration options are available:
+
+=over 4
+
+=item B<ReportRelative> B<false>|B<true>
+
+When enabled, system load divided by number of available CPU cores is reported
+for intervals 1 min, 5 min and 15 min. Defaults to false.
+
+=back
+
+
=head2 Plugin C<logfile>
=over 4