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

    munin::plugin {
        [ netstat, processes ]:
            ensure => present;
    }
}