ansible/roles/nagios_server/files/nagios/services/unbound.cfg

27 lines
701 B
INI

define service {
hostgroup_name unboundservers
service_description Unbound 80/tcp
check_command check_unbound_80!www.fedoraproject.org
use defaulttemplate
}
define service {
host_name unbound-tummy01
service_description Unbound 443/tcp
check_command check_unbound_443!8881!www.fedoraproject.org
use defaulttemplate
}
define service {
host_name unbound-ib01
service_description Unbound 443/tcp
check_command check_unbound_443!8882!www.fedoraproject.org
use defaulttemplate
}
define service {
host_name unbound-osuosl01
service_description Unbound 443/tcp
check_command check_unbound_443!8883!www.fedoraproject.org
use defaulttemplate
}