summaryrefslogtreecommitdiff
path: root/manifests/plugins/openbsd.pp
blob: 67cf32d172ab6dcff0d0cd26f0ac33f60d8603d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
class munin::plugins::openbsd inherits munin::plugins::base {
    munin::plugin {
        [ df, cpu, interrupts, load, memory, netstat, open_files,
            processes, swap, users, vmstat
        ]:
            ensure => present,
    }
    munin::plugin {
        [ memory_pools, memory_types ]:
            ensure => present,
    }

}