88229e3cfec702ce39497e0c48e5b0a1a33ee7b8
[barometer.git] / src / collectd / collectd_sample_configs-master / virt.conf
1 # Copyright 2017 OPNFV
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #     http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 LoadPlugin virt
16 <Plugin virt>
17 # Connection "xen:///"
18   RefreshInterval 60
19 # Domain "name"
20 # BlockDevice "name:device"
21 # BlockDeviceFormat target
22 # BlockDeviceFormatBasename false
23 # InterfaceDevice "name:device"
24 # IgnoreSelected false
25 # HostnameFormat name
26 # InterfaceFormat name
27 # PluginInstanceFormat name
28 # Instances 1
29   ExtraStats "cpu_util disk disk_err domain_state fs_info job_stats_background pcpu perf vcpupin"
30 </Plugin>