an array? really?
[mirror/dsa-puppet.git] / modules / munin-node / manifests / apache.pp
index 267feac..da2591c 100644 (file)
@@ -1,6 +1,8 @@
 class munin-node::apache inherits munin-node {
-        activate_munin_check { "apache_accesses" }
-        activate_munin_check { "apache_processes" }
-        activate_munin_check { "apache_volume" }
+        activate_munin_check { "Apache munin plugins:
+              [ script => "apache_accesses";
+                script => "apache_processes";
+                script => "apache_volume"; ]
+        }
 }