9b632979a31ec2bb72216300fb8603d14c1ebd36
[mirror/dsa-puppet.git] / modules / munin-node / manifests / apache.pp
1 class munin-node::apache inherits munin-node {
2         activate_munin_check { 
3                 "apache_accesses";
4                 "apache_processes";
5                 "apache_volume";
6         }
7 }
8