ansible/roles/nagios_server/templates/nagios/hostgroups/other.cfg.j2
Kevin Fenzi b388a003b4 nagios: add checks for ssl certs on fcos and ocp4 endpoints, change to just checking proxy01
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>
2022-02-02 15:47:23 -08:00

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
}