some new and improved ssl checks

Signed-off-by: Ricky Elrod <relrod@redhat.com>
This commit is contained in:
Ricky Elrod 2018-03-23 19:06:54 +00:00
parent a8ee935cbe
commit 28e1107e28
2 changed files with 22 additions and 1 deletions

View file

@ -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{

View file

@ -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
}