summaryrefslogtreecommitdiff
path: root/manifests/plugins/openbsd.pp
blob: c195a1dfa6502430aa5786b56af7a6be742261a9 (plain)
1
2
3
4
5
6
7
# Set up the plugins for an openbsd host
class munin::plugins::openbsd {
  munin::plugin {
    [ 'memory_pools', 'memory_types' ]:
      ensure => present,
  }
}