diff options
author | mh <mh@immerda.ch> | 2012-12-06 22:11:10 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2012-12-06 22:11:10 +0100 |
commit | 630f4d609e1e58a74abb04963ce68c9fc4bab4a1 (patch) | |
tree | a5a3727ddefcd7f4b00e2a9f29ca990e81418944 /manifests | |
parent | 17106c70cbf414ed54606b7a2f3bcc66cb36b9df (diff) |
replace xen-cpu plugin with a better plugin
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/plugins/dom0.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugins/dom0.pp b/manifests/plugins/dom0.pp index ed4f62c..44995fc 100644 --- a/manifests/plugins/dom0.pp +++ b/manifests/plugins/dom0.pp @@ -1,6 +1,6 @@ class munin::plugins::dom0 { munin::plugin::deploy { - [ 'xen', 'xen-cpu', 'xen_memory', 'xen_mem', + [ 'xen', 'xen_cpu', 'xen_memory', 'xen_mem', 'xen_vm', 'xen_vbd', 'xen_traffic_all' ]: config => 'user root'; } |