retrace fixes: fix dns to work, add nagios check for ssl cert

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-02-20 13:51:29 -08:00
parent 9370ad72d0
commit 467498bb8b
3 changed files with 18 additions and 2 deletions

View file

@ -45,3 +45,11 @@ define host {
parents ibiblio-gw
{% endif %}
}
define host {
host_name retrace.fedoraproject.org
alias retrace.fedoraproject.org
use mincheck
address retrace.fedoraproject.org
parents iad2-gw
}

View file

@ -343,3 +343,11 @@ define service {
max_check_attempts 8
use websitetemplate
}
define service {
host_name retrace.fedoraproject.org
service_description http-cert-retrace.fedoraproject.org
check_command check_website_ssl!retrace.fedoraproject.org!/ABRT/
max_check_attempts 8
use websitetemplate
}