From: Pierre-Yves Ritschard Date: Tue, 29 Jul 2014 08:29:06 +0000 (+0200) Subject: Merge pull request #385 from ccin2p3/libvirt-plugin-instance X-Git-Tag: collectd-5.5.0~260 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d437681a04278fa6292338b4959231f825652785;p=collectd.git Merge pull request #385 from ccin2p3/libvirt-plugin-instance libvirt plugin: Add "PluginInstanceFormat" option. --- d437681a04278fa6292338b4959231f825652785 diff --cc src/collectd.conf.in index a9594520,3581db44..3c4f2395 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@@ -500,12 -472,9 +500,13 @@@ # IgnoreSelected false # HostnameFormat name # InterfaceFormat name + # PluginInstanceFormat name # +# +# ReportRelative true +# + # # CpuPoolStats false # ReportBySerial false diff --cc src/collectd.conf.pod index 25a51d01,858dc16d..32ed9903 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@@ -2276,27 -2153,16 +2276,35 @@@ 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 + +The I 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 B|B + +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 =over 4