summaryrefslogtreecommitdiff
path: root/manifests/plugins/apache.pp
blob: 030e7e6fbcb7de2f74bac5e0b07ebddbc5068ef1 (plain)
1
2
3
4
5
6
7
8
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": }
  
}