Add checks for ssl certs on fcos openshift endpoints. Add checks for ocp4 wildcard certs. Change check to only use proxy01/proxy01.stg instead of all proxies. Ideally we really do want to check all proxies, but in practice this results in like 70 alerts anytime the cert is going to expire. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
14 lines
319 B
Django/Jinja
14 lines
319 B
Django/Jinja
|
|
define hostgroup {
|
|
hostgroup_name oneproxy
|
|
alias just one proxy
|
|
members proxy01.iad2.fedoraproject.org
|
|
|
|
}
|
|
|
|
define hostgroup {
|
|
hostgroup_name oneproxy-stg
|
|
alias just one proxy in staging
|
|
members proxy01.stg.iad2.fedoraproject.org
|
|
|
|
}
|