ansible/roles/nagios_server/files/nagios/services/ssl.cfg
Kevin Fenzi 25ace56df7 pagure.io / nagios: check only that cert is valid for 25 days
We renew letsencrypt certs at 30 days, so checking at 60 is pointless.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-02-02 14:24:07 -08:00

41 lines
1.2 KiB
INI

define service {
hostgroup_name proxies
service_description https-admin.fedoraproject.org
check_command check_ssl_cert!admin.fedoraproject.org!60
use defaulttemplate
}
define service {
hostgroup_name proxies
service_description https-fedoraproject.org-cert
check_command check_ssl_cert!fedoraproject.org!60
use defaulttemplate
}
define service {
hostgroup_name proxies
service_description https-translate.fedoraproject.org-cert
check_command check_ssl_cert!translate.fedoraproject.org!60
use defaulttemplate
}
define service {
hostgroup_name koji
service_description https-Koji-cert
check_command check_ssl_cert!koji.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 pagure02.fedoraproject.org
service_description https-pagure-cert
check_command check_ssl_cert!pagure.io!25
use defaulttemplate
}