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:
parent
9370ad72d0
commit
467498bb8b
3 changed files with 18 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
datacenter: rdu-cc
|
datacenter: rdu-cc
|
||||||
# Clean-up packages of following EOLed operating systems
|
# Clean-up packages of following EOLed operating systems
|
||||||
dns1: 10.3.163.33
|
dns1: 8.8.8.8
|
||||||
dns2: 10.3.163.34
|
dns2: 8.8.4.4
|
||||||
dns_search1: fedoraproject.org
|
dns_search1: fedoraproject.org
|
||||||
eol_opsys: []
|
eol_opsys: []
|
||||||
# When not empty, the array should have the following form:
|
# When not empty, the array should have the following form:
|
||||||
|
|
|
@ -45,3 +45,11 @@ define host {
|
||||||
parents ibiblio-gw
|
parents ibiblio-gw
|
||||||
{% endif %}
|
{% endif %}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
define host {
|
||||||
|
host_name retrace.fedoraproject.org
|
||||||
|
alias retrace.fedoraproject.org
|
||||||
|
use mincheck
|
||||||
|
address retrace.fedoraproject.org
|
||||||
|
parents iad2-gw
|
||||||
|
}
|
||||||
|
|
|
@ -343,3 +343,11 @@ define service {
|
||||||
max_check_attempts 8
|
max_check_attempts 8
|
||||||
use websitetemplate
|
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
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue