add bind munin-node
[mirror/dsa-puppet.git] / modules / munin-node / manifests / apache.pp
index da2591c..2293c51 100644 (file)
@@ -1,8 +1,10 @@
 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":;
+                "apache_servers":;
+                "ps_apache2": script => "ps_";
         }
 }