summaryrefslogtreecommitdiff
path: root/manifests/plugins/dom0.pp
blob: 98aee1df94ad4f8cf1d2dbded832cb43868db28a (plain)
1
2
3
4
5
6
7
8
# Set up plugins for a Xen dom0 host
class munin::plugins::dom0 {
  munin::plugin::deploy {
    [ 'xen', 'xen_cpu', 'xen_memory', 'xen_mem',
      'xen_vm', 'xen_vbd', 'xen_traffic_all' ]:
      config => 'user root';
  }
}