From 711a471ae8c77f0fce3f05dd57ebd308d0144f57 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 9 Jan 2013 15:56:57 -0500 Subject: switch to xen-multi munin plugin. This removes the buggy and slow xen_mem and xen_vm and replaces it with a plugin that does those and more --- manifests/xen.pp | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'manifests/xen.pp') diff --git a/manifests/xen.pp b/manifests/xen.pp index 3dbb12c..516a59c 100644 --- a/manifests/xen.pp +++ b/manifests/xen.pp @@ -4,12 +4,17 @@ class munin::plugins::xen { munin::remoteplugin { - xen_mem: + xen-multi: source => "puppet:///modules/virtual/munin/xen_mem", - config => "user root"; + config => "user root", + ensure => absent; xen_vm: source => "puppet:///modules/virtual/munin/xen_vm", - config => "user root"; + config => "user root", + ensure => absent; + 'xen-multi': + source => 'puppet:///modules/virtual/munin/xen-multi', + config => 'user root'; } } -- cgit v1.2.3