nagios_server: Check Koschei web at OpenShift
This commit is contained in:
parent
83b9ef201e
commit
b972fe2141
1 changed files with 8 additions and 8 deletions
|
@ -72,6 +72,14 @@ define service {
|
||||||
use websitetemplate
|
use websitetemplate
|
||||||
}
|
}
|
||||||
|
|
||||||
|
define service {
|
||||||
|
hostgroup_name proxies
|
||||||
|
service_description http-koschei
|
||||||
|
check_command check_website_ssl!koschei.fedoraproject.org!/!Package summary
|
||||||
|
max_check_attempts 8
|
||||||
|
use websitetemplate
|
||||||
|
}
|
||||||
|
|
||||||
define service {
|
define service {
|
||||||
hostgroup_name proxies
|
hostgroup_name proxies
|
||||||
service_description http-moby-registry
|
service_description http-moby-registry
|
||||||
|
@ -235,14 +243,6 @@ define service {
|
||||||
event_handler restart_httpd
|
event_handler restart_httpd
|
||||||
}
|
}
|
||||||
|
|
||||||
define service {
|
|
||||||
hostgroup_name koschei_web
|
|
||||||
service_description http-koschei-internal
|
|
||||||
check_command check_website!localhost!/koschei/!Package summary
|
|
||||||
max_check_attempts 8
|
|
||||||
use internalwebsitetemplate
|
|
||||||
}
|
|
||||||
|
|
||||||
define service {
|
define service {
|
||||||
host_name mailman01.phx2.fedoraproject.org
|
host_name mailman01.phx2.fedoraproject.org
|
||||||
service_description http-mailman01.phx2.fedoraproject.org-internal
|
service_description http-mailman01.phx2.fedoraproject.org-internal
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue