ansible/roles/nagios_server/files/nagios/services/unbound.cfg
2017-01-09 23:16:23 +00:00

14 lines
331 B
INI

define service {
hostgroup_name unbound
service_description Unbound-80
check_command check_unbound_80!www.fedoraproject.org
use defaulttemplate
}
define service {
hostgroup_name unbound
service_description Unbound-443
check_command check_unbound_443!8881!www.fedoraproject.org
use defaulttemplate
}