summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authordavid <david@f03ff2f1-f02d-0410-970d-b9634babeaa1>2007-08-07 14:15:44 +0000
committerdavid <david@f03ff2f1-f02d-0410-970d-b9634babeaa1>2007-08-07 14:15:44 +0000
commit492219bd8ff0219872c1580834834a4a1767b928 (patch)
tree18ce30964bd2d9ce2b4c01bc8f9f087d03fe817c /templates
parent0e61c02b2b7a460f26867f91051660fe6124517d (diff)
more fixes for the munin modularizsation
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@178 f03ff2f1-f02d-0410-970d-b9634babeaa1
Diffstat (limited to 'templates')
-rw-r--r--templates/defaultclient.erb2
l---------templates/munin-node.conf.Debian.sarge1
2 files changed, 2 insertions, 1 deletions
diff --git a/templates/defaultclient.erb b/templates/defaultclient.erb
index 063eafc..27e8d4c 100644
--- a/templates/defaultclient.erb
+++ b/templates/defaultclient.erb
@@ -2,7 +2,7 @@
# Downcase all information
dom = domain.downcase
host = hostname.downcase
- fhost = fqdn.downcase
+ fhost = name.downcase
ip = Facter['ip']
%>
### This syntax can be extended, it might get better ...
diff --git a/templates/munin-node.conf.Debian.sarge b/templates/munin-node.conf.Debian.sarge
new file mode 120000
index 0000000..e0646b9
--- /dev/null
+++ b/templates/munin-node.conf.Debian.sarge
@@ -0,0 +1 @@
+munin-node.conf.Debian.etch \ No newline at end of file