summaryrefslogtreecommitdiff
path: root/manifests/client/base.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-03-18 15:37:29 +0100
committermh <mh@immerda.ch>2013-03-18 15:37:29 +0100
commit983c0db16a3d21df89623f34908a5236daa74aec (patch)
tree9c5ab04ecc753e63bac35d05b0b4c6cd69980ba8 /manifests/client/base.pp
parent68a4cb4ae4dc5aeeece00a1e40e41edcda82a8ff (diff)
parent8b33376684026516107b6331d2fbde38362b72ec (diff)
Merge remote-tracking branch 'githubmirror/master' into HEAD
Diffstat (limited to 'manifests/client/base.pp')
-rw-r--r--manifests/client/base.pp13
1 files changed, 7 insertions, 6 deletions
diff --git a/manifests/client/base.pp b/manifests/client/base.pp
index 441198e..78398a9 100644
--- a/manifests/client/base.pp
+++ b/manifests/client/base.pp
@@ -15,13 +15,14 @@ class munin::client::base {
mode => 0644, owner => root, group => 0,
}
munin::register { $::fqdn:
- host => $munin::client::host ? {
- '*' => $::fqdn,
- default => $munin::client::host
+ host => $munin::client::host ? {
+ '*' => $::fqdn,
+ default => $munin::client::host
},
- port => $munin::client::port,
- use_ssh => $munin::client::use_ssh,
- config => [ 'use_node_name yes', 'load.load.warning 5', 'load.load.critical 10'],
+ port => $munin::client::port,
+ use_ssh => $munin::client::use_ssh,
+ config => [ 'use_node_name yes', 'load.load.warning 5', 'load.load.critical 10'],
+ export_tag => $munin::client::export_tag,
}
include munin::plugins::base
}