diff options
author | Marcel Haerry <haerry@puzzle.ch> | 2008-04-29 10:00:06 +0200 |
---|---|---|
committer | Marcel Haerry <haerry@puzzle.ch> | 2008-04-29 10:00:06 +0200 |
commit | 78d0392d004986fbed9938e0ad994165fb8d51dd (patch) | |
tree | 2af64fd794dc3c9a1a2587db18669dc848339228 /manifests/plugin.pp | |
parent | 65fb027d8cf639c565b0f9fb53b5fbe9ee25dc7b (diff) | |
parent | a043afef5e8fb14385f59b4fee558f7f9618b050 (diff) |
merged with upstream
Diffstat (limited to 'manifests/plugin.pp')
-rw-r--r-- | manifests/plugin.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp index a2f8231..6a92c56 100644 --- a/manifests/plugin.pp +++ b/manifests/plugin.pp @@ -143,7 +143,7 @@ class munin::plugins::base { } } } - case $kernel { + case $kernel { linux: { case $vserver { guest: { include munin::plugins::vserver } @@ -165,7 +165,7 @@ class munin::plugins::interfaces inherits munin::plugins::base { $ifs = gsub(split($interfaces, " "), "(.+)", "if_\\1") $if_errs = gsub(split($interfaces, " "), "(.+)", "if_err_\\1") - plugin { + munin::plugin { $ifs: ensure => "if_"; $if_errs: ensure => "if_err_"; } @@ -173,7 +173,7 @@ class munin::plugins::interfaces inherits munin::plugins::base { class munin::plugins::linux inherits munin::plugins::base { - plugin { + munin::plugin { [ df_abs, forks, memory, processes, cpu, df_inode, irqstats, netstat, open_files, swap, df, entropy, interrupts, load, open_inodes, vmstat |