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:
parent
a3332ea7af
commit
f95712d8a0
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue