summaryrefslogtreecommitdiff
path: root/manifests/plugins/dom0.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/plugins/dom0.pp')
-rw-r--r--manifests/plugins/dom0.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/plugins/dom0.pp b/manifests/plugins/dom0.pp
new file mode 100644
index 0000000..8d919c3
--- /dev/null
+++ b/manifests/plugins/dom0.pp
@@ -0,0 +1,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"}
+}