11 lines
310 B
Cheetah
11 lines
310 B
Cheetah
#---------------------------------------------------
|
|
# This file is Juju managed
|
|
#--------------------------------------------------
|
|
|
|
define host {
|
|
address {{ nagios_ipaddress }}
|
|
host_name {{ nagios_hostname }}
|
|
use {{ hostcheck_inherit }}
|
|
hostgroups machines, {{ hostgroups }}
|
|
}
|