summaryrefslogtreecommitdiff
path: root/templates/defaultclient.erb
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2010-09-27 12:19:21 +0200
committerMarcel Haerry <haerry@puzzle.ch>2010-09-27 12:19:21 +0200
commit88fec38166f51bf8edabba6769a198016b799f1e (patch)
tree301cb85c9238c834c58733700774932b413b4299 /templates/defaultclient.erb
parente27e74f81274d35d3873c6b5b5fa8816138212ed (diff)
update templates to the new way
Diffstat (limited to 'templates/defaultclient.erb')
-rw-r--r--templates/defaultclient.erb15
1 files changed, 0 insertions, 15 deletions
diff --git a/templates/defaultclient.erb b/templates/defaultclient.erb
deleted file mode 100644
index 5611bf4..0000000
--- a/templates/defaultclient.erb
+++ /dev/null
@@ -1,15 +0,0 @@
-<%
- # Downcase all information
- dom = domain.downcase
- host = hostname.downcase
- fhost = name.downcase
-%>
-### 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
- load.load.warning 5
- load.load.critical 10