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