mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
nagios / koji: drop ssl cert check
This check was from long ago when koji used a self signed cert/ca It still amusingly has that configured, so this check is telling us that that self signed cert that we dont use anymore is expiring. :) So, just drop this, koji is being proxies now and uses our main wildcard cert. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -19,13 +19,6 @@ define service {
|
||||
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 oneproxy
|
||||
service_description https-whatcanidoforfedora-cert
|
||||
|
||||
Reference in New Issue
Block a user