blob: 8b5bda1d6eca4b258e40ac0a41b2907295119aaf (
plain)
1
2
3
4
5
6
7
8
|
# manage apache monitoring things
class apache::munin {
munin::plugin{ [ 'apache_accesses', 'apache_processes', 'apache_volume' ]: }
munin::plugin::deploy { 'apache_activity':
source => 'apache/munin/apache_activity',
seltype => 'munin_services_plugin_exec_t',
}
}
|