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
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue