summaryrefslogtreecommitdiff
path: root/manifests/plugins/dom0.pp
blob: ed4f62ce5e8c40be0d55e1e284af7750fe6a69a4 (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';
  }
}