Charmed-Kubernetes/nrpe/templates/export_host.cfg.tmpl

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 }}
}