Gather more extra stats with the collectd virt plugin
Change-Id: Ida1b12267899b8604770b16f0feb8165a2010359
This commit is contained in:
parent
fdf8738614
commit
fabe5b3b70
@ -439,7 +439,22 @@ outputs:
|
||||
collectd::plugin::df::fstypes: ['xfs']
|
||||
collectd::plugin::load::reportrelative: true
|
||||
collectd::plugin::virt::connection: "qemu:///system"
|
||||
collectd::plugin::virt::extra_stats: "cpu_util disk disk_err pcpu job_stats_background perf vcpupin"
|
||||
collectd::plugin::virt::extra_stats:
|
||||
list_join:
|
||||
- ' '
|
||||
- - 'pcpu'
|
||||
- 'cpu_util'
|
||||
- 'vcpupin'
|
||||
- 'vcpu'
|
||||
- 'memory'
|
||||
- 'disk'
|
||||
- 'disk_err'
|
||||
- 'disk_allocation'
|
||||
- 'disk_capacity'
|
||||
- 'disk_physical'
|
||||
- 'domain_state'
|
||||
- 'job_stats_background'
|
||||
- 'perf'
|
||||
collectd::plugin::virt::hostname_format: "hostname"
|
||||
tripleo.collectd.plugins.collectd:
|
||||
yaql:
|
||||
|
Loading…
Reference in New Issue
Block a user