summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2007-12-04 09:08:38 +0000
committerandreas <andreas@immerda.ch>2007-12-04 09:08:38 +0000
commitce3ceb5f653f6cbd1eca2f7bc08a3103b352214f (patch)
treee84334ebe4f50c61cf898efbea2cdf9b50bd83e3 /manifests/plugin.pp
parentdaba9df5c0f43afc2d6eecf37f2b86823e0bc403 (diff)
added gentoo to munin module
Diffstat (limited to 'manifests/plugin.pp')
-rw-r--r--manifests/plugin.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index e7e22d1..f07b5fa 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -125,3 +125,10 @@ class munin::plugins::vserver inherits munin::plugins::base {
}
}
+
+class munin::plugins::gentoo inherits munin::plugins::base {
+ plugin {
+ [ netstat, processes ]:
+ ensure => present;
+ }
+}