summaryrefslogtreecommitdiff
path: root/manifests/plugins/dom0.pp
blob: 276dc9fa911c1d368ff12847372921fcc2bf28cc (plain)
1
2
3
4
5
6
7
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_vbd": config => "user root"}
    munin::plugin::deploy { "xen_traffic_all": config => "user root"}
}