summaryrefslogtreecommitdiff
path: root/manifests/plugins/vserver.pp
blob: bce28a1ed7d1bbe563c15b4971a3659bd726ba7f (plain)
1
2
3
4
5
6
7
class munin::plugins::vserver inherits munin::plugins::base {
    munin::plugin {
    	[ netstat, processes ]:
    		ensure => present;
    }
}