From 1893960c1babb6a261cc6fc399231e9c0644a104 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 29 Sep 2009 22:51:15 +0200 Subject: refactor everything into its own file --- manifests/plugins/dom0.pp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 manifests/plugins/dom0.pp (limited to 'manifests/plugins/dom0.pp') diff --git a/manifests/plugins/dom0.pp b/manifests/plugins/dom0.pp new file mode 100644 index 0000000..276dc9f --- /dev/null +++ b/manifests/plugins/dom0.pp @@ -0,0 +1,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"} +} -- cgit v1.2.3 From 2ac60fb5804ba23d61e12f3bbd5454e82ead5ac3 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 3 Oct 2009 14:46:38 +0200 Subject: add some xen munin plugins --- manifests/plugins/dom0.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests/plugins/dom0.pp') diff --git a/manifests/plugins/dom0.pp b/manifests/plugins/dom0.pp index 276dc9f..8d919c3 100644 --- a/manifests/plugins/dom0.pp +++ b/manifests/plugins/dom0.pp @@ -2,6 +2,8 @@ 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"} } -- cgit v1.2.3