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