]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/munin-node/manifests/apache.pp
a few more munin plugins, although I dislike the placement of the spamassassin one
[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                 "apache_servers":;
7                 "ps_apache2": script => "ps_";
8         }
9 }
10