forked from infra/ansible
Nagios: remove more things we already have in Zabbix
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
parent
f2759cb8b2
commit
1c6dded5bb
3 changed files with 0 additions and 72 deletions
|
|
@ -12,13 +12,6 @@ define service {
|
|||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
hostgroup_name oneproxy
|
||||
service_description https-whatcanidoforfedora-cert
|
||||
check_command check_ssl_cert!whatcanidoforfedora.org!25
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name pagure.io
|
||||
service_description https-pagure-cert
|
||||
|
|
@ -33,45 +26,6 @@ define service {
|
|||
use defaulttemplate
|
||||
}
|
||||
|
||||
# fedora coreos endpoints
|
||||
|
||||
define service {
|
||||
hostgroup_name oneproxy
|
||||
service_description https-updates-coreos-cert
|
||||
check_command check_ssl_cert!updates.coreos.fedoraproject.org!25
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
hostgroup_name oneproxy
|
||||
service_description https-raw-updates-coreos-cert
|
||||
check_command check_ssl_cert!raw-updates.coreos.fedoraproject.org!25
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
hostgroup_name oneproxy
|
||||
service_description https-status-updates-coreos-cert
|
||||
check_command check_ssl_cert!status.updates.coreos.fedoraproject.org!25
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
hostgroup_name oneproxy
|
||||
service_description https-status-raw-updates-coreos-cert
|
||||
check_command check_ssl_cert!status.raw-updates.coreos.fedoraproject.org!25
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
# ocp4 cluster prod
|
||||
|
||||
define service {
|
||||
hostgroup_name oneproxy
|
||||
service_description https-ocp4-prod-cert
|
||||
check_command check_ssl_cert!console-openshift-console.apps.ocp.fedoraproject.org!25
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
# ocp4 cluster stg
|
||||
|
||||
define service {
|
||||
|
|
|
|||
|
|
@ -1,12 +1,3 @@
|
|||
define service {
|
||||
host_name {% for host in groups['ipa'] %}{% if hostvars[host].nagios_Can_Connect == true %}{{host}},{% endif%}{% endfor %}
|
||||
|
||||
service_description IPA Replication Status
|
||||
check_command check_by_nrpe!check_ipa_replication
|
||||
use lighttemplate
|
||||
servicegroups ipa
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name {{ groups['ipa'][0] }}
|
||||
service_description IPA Free IDs
|
||||
|
|
|
|||
|
|
@ -48,23 +48,6 @@ define service {
|
|||
use internalwebsitetemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
hostgroup_name ipa
|
||||
service_description http-ipa-internal
|
||||
check_command check_website!localhost!/ipa/ui/!Identity Management
|
||||
max_check_attempts 8
|
||||
use internalwebsitetemplate
|
||||
event_handler restart_httpd
|
||||
}
|
||||
|
||||
define service {
|
||||
hostgroup_name ocp_workers
|
||||
service_description http-koschei-internal
|
||||
check_command check_website_ssl!koschei.fedoraproject.org!/!Package summary
|
||||
max_check_attempts 8
|
||||
use internalwebsitetemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
hostgroup_name proxies_ocp4
|
||||
service_description http-fmn-web
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue