mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 13:32:30 +08:00
some new and improved ssl checks
Signed-off-by: Ricky Elrod <relrod@redhat.com>
This commit is contained in:
@@ -63,7 +63,7 @@ define command{
|
||||
|
||||
define command{
|
||||
command_name check_ssl_cert
|
||||
command_line $USER1$/check_http -I $HOSTADDRESS$ -H $ARG1$ -C $ARG2$
|
||||
command_line $USER1$/check_http --sni -I $HOSTADDRESS$ -H $ARG1$ -C $ARG2$
|
||||
}
|
||||
|
||||
define command{
|
||||
|
||||
@@ -32,3 +32,24 @@ define service {
|
||||
check_command check_ssl_cert!pkgs.fedoraproject.org!60
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
hostgroup_name proxies
|
||||
service_description https-whatcanidoforfedora-cert
|
||||
check_command check_ssl_cert!whatcanidoforfedora.org!25
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name anitya-frontend01.fedoraproject.org
|
||||
service_description https-release-monitoring-cert
|
||||
check_command check_ssl_cert!release-monitoring.org!60
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name pagure-proxy01.fedoraproject.org
|
||||
service_description https-pagure-cert
|
||||
check_command check_ssl_cert!pagure.io!60
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user