summaryrefslogtreecommitdiff
path: root/manifests/plugins/dom0.pp
blob: 8d919c30446eb930660b52a3e126cfe888647940 (plain)
1
2
3
4
5
6
7
8
9
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"}
}