summaryrefslogtreecommitdiff
path: root/manifests/plugins/openbsd.pp
blob: feb71fb43ee7f5d872793dbae6ce0fe4b8916049 (plain)
1
2
3
4
5
6
7
8
9
class munin::plugins::openbsd inherits munin::plugins::base {

  munin::plugin {
        [ df, cpu, interrupts, load, memory, netstat, open_files,
          processes, swap, users, vmstat, memory_pools, memory_types ]:
            ensure => present,
  }
  
}