summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2008-04-22 15:41:02 +0200
committerMarcel Haerry <haerry@puzzle.ch>2008-04-22 15:41:02 +0200
commit70e9b0703c41ebbd7f9902488f41c3d90e77981a (patch)
tree6a5daccd1744a48fc03c86090f21e8db71906ae1 /manifests/plugin.pp
parentfd83ae45a94213366b069b1e0278868129430006 (diff)
added new xen plugin
Diffstat (limited to 'manifests/plugin.pp')
-rw-r--r--manifests/plugin.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 40e7f47..d7fad3d 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -195,6 +195,7 @@ class munin::plugins::dom0 inherits munin::plugins::physical {
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"}
}
class munin::plugins::physical inherits munin::plugins::base {