summaryrefslogtreecommitdiff
path: root/manifests/plugins/dom0.pp
blob: 3be3e3fc1688dc6f33c6f5b8e748656b2db92ddb (plain)
1
2
3
4
5
6
7
class munin::plugins::dom0 {
  munin::plugin::deploy {
    [ 'xen', 'xen-cpu', 'xen_memory', 'xen_mem',
      'xen_vm', 'xen_vbd' 'xen_traffic_all' ]:
      config => 'user root';
  }
}