add vsftpd module, even though no one uses it yet
[mirror/dsa-puppet.git] / modules / munin-node / manifests / apache.pp
index ea48069..df0171e 100644 (file)
@@ -1,6 +1,9 @@
 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_accesses":;
+                "apache_processes":;
+                "apache_volume":;
+                "ps_apache2": script => "ps_";
+        }
 }