summaryrefslogtreecommitdiff
path: root/templates/host.erb
blob: 35985764d7a6221e45a9d031f2c524235f144a9c (plain)
1
2
3
4
5
6
7
8
9
10
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 %>
}