summaryrefslogtreecommitdiff
path: root/templates/host.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/host.erb')
-rw-r--r--templates/host.erb10
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/host.erb b/templates/host.erb
deleted file mode 100644
index 3598576..0000000
--- a/templates/host.erb
+++ /dev/null
@@ -1,10 +0,0 @@
-define host{
- use generic-host ; Name of host template to use
- hostgroups ping-servers
- host_name <%= name %>
- alias <%= short_alias %>
- address <%= ip %>
- <% if ! (/^(none|)$/i =~ nagios_parent) then %> parents <%= nagios_parent %> <% end %>
-}
-
-