From 0e61c02b2b7a460f26867f91051660fe6124517d Mon Sep 17 00:00:00 2001 From: david Date: Tue, 7 Aug 2007 11:43:21 +0000 Subject: commit second half of wrong commit of r176 git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@177 f03ff2f1-f02d-0410-970d-b9634babeaa1 --- templates/defaultclient.erb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/defaultclient.erb (limited to 'templates/defaultclient.erb') diff --git a/templates/defaultclient.erb b/templates/defaultclient.erb new file mode 100644 index 0000000..063eafc --- /dev/null +++ b/templates/defaultclient.erb @@ -0,0 +1,14 @@ +<% + # Downcase all information + dom = domain.downcase + host = hostname.downcase + fhost = fqdn.downcase + ip = Facter['ip'] +%> +### This syntax can be extended, it might get better ... +#+<%= dom %> +#-<%= host %>=<%= fhost %>:load.load +[<%= fhost %>] # linux box + address <%= munin_host_real %> + port <%= munin_port_real %> + use_node_name yes -- cgit v1.2.3