summaryrefslogtreecommitdiff
path: root/manifests/plugins/apache.pp
blob: ee90de866c071a8431200138aee05a9d0d412c44 (plain)
1
2
3
4
5
6
class munin::plugins::apache inherits munin::plugins::base {
    munin::plugin{ "apache_accesses": }
    munin::plugin{ "apache_processes": }
    munin::plugin{ "apache_volume": }
    munin::plugin::deploy { "apache_activity": }
}