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

@ -1,8 +1,8 @@
---
datacenter: rdu-cc
# Clean-up packages of following EOLed operating systems
dns1: 10.3.163.33
dns2: 10.3.163.34
dns1: 8.8.8.8
dns2: 8.8.4.4
dns_search1: fedoraproject.org
eol_opsys: []
# When not empty, the array should have the following form:

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
}