summaryrefslogtreecommitdiff
path: root/manifests/plugins/dom0.pp
blob: 3efc6bd652b5630f974aedbc0c43a59657a1f173 (plain)
1
2
3
4
5
6
7
8
9
10
class munin::plugins::dom0 inherits munin::plugins::physical {

  munin::plugin::deploy { "xen": config => "user root"}
  munin::plugin::deploy { "xen-cpu": config => "user root"}
  munin::plugin::deploy { "xen_memory": config => "user root"}
  munin::plugin::deploy { "xen_mem": config => "user root"}
  munin::plugin::deploy { "xen_vm": config => "user root"}
  munin::plugin::deploy { "xen_vbd": config => "user root"}
  munin::plugin::deploy { "xen_traffic_all": config => "user root"}
}