# internet connection definition
# (defined as host, since generic-host uses PING as default check)
#
define host {
	use			node-internet
	host_name		::nagios.internet_name::
        alias			::customer.code:: Internet Connectivity
        address			::nagios.internet_ip::
	parents			::nagios.internet_parents::
	hostgroups		::customer.code::_network ::nagios.internet_hostgroups::
}

# AUTOGENERATED
