syntax, sigh
[mirror/dsa-puppet.git] / modules / munin-node / manifests / apache.pp
index 0f26a10..df0171e 100644 (file)
@@ -1,8 +1,9 @@
 class munin-node::apache inherits munin-node {
-        activate_munin_check { "Apache munin plugins":
-                script => "apache_accesses";
-                script => "apache_processes";
-                script => "apache_volume";
+        activate_munin_check {
+                "apache_accesses":;
+                "apache_processes":;
+                "apache_volume":;
+                "ps_apache2": script => "ps_";
         }
 }