summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-04-24 11:05:25 +0000
committermh <mh@immerda.ch>2008-04-24 11:05:25 +0000
commiteeb818d8d3d16bda743dd007fedcb4de25ba2027 (patch)
tree1f4ff98a134443989a8642e0b2556cc2a65d6c53 /manifests/plugin.pp
parentb543e7dfd5482555cf035ce28c3ceaccd22e7bde (diff)
fixed munin stuff
Diffstat (limited to 'manifests/plugin.pp')
-rw-r--r--manifests/plugin.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 6eaa518..161bf88 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -149,7 +149,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_";
}
@@ -157,7 +157,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