Puppet Class: munin::plugins::dom0

Defined in:
manifests/plugins/dom0.pp

Overview

Set up plugins for a Xen dom0 host



2
3
4
5
6
7
8
# File 'manifests/plugins/dom0.pp', line 2

class munin::plugins::dom0 {
  munin::plugin::deploy {
    [ 'xen', 'xen_cpu', 'xen_memory', 'xen_mem',
      'xen_vm', 'xen_vbd', 'xen_traffic_all' ]:
      config => 'user root';
  }
}