Puppet Class: munin::plugins::openbsd

Defined in:
manifests/plugins/openbsd.pp

Overview

Set up the plugins for an openbsd host



2
3
4
5
6
7
# File 'manifests/plugins/openbsd.pp', line 2

class munin::plugins::openbsd {
  munin::plugin {
    [ 'memory_pools', 'memory_types' ]:
      ensure => present,
  }
}