remove bodhi2 internal check. it is not working and it really just duplicates the openshift aliveness check
This commit is contained in:
parent
2fd0bdac41
commit
4bc3ab0eae
2 changed files with 1 additions and 20 deletions
|
@ -1,7 +1,5 @@
|
||||||
define servicegroup {
|
define servicegroup {
|
||||||
servicegroup_name bodhi
|
servicegroup_name bodhi
|
||||||
alias Bodhi
|
alias Bodhi
|
||||||
members {% for host in groups['bodhi2'] %}{{host}}, http-bodhi2-internal, {% endfor %}{% for host in groups['proxies'] %}{{host}}, http-bodhi2 {% if not loop.last %} , {% endif %} {% endfor %}
|
members {% for host in groups['proxies'] %}{{host}}, http-bodhi2 {% if not loop.last %} , {% endif %} {% endfor %}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -172,23 +172,6 @@ define service {
|
||||||
use websitetemplate
|
use websitetemplate
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
define service {
|
|
||||||
hostgroup_name bodhi2
|
|
||||||
service_description http-bodhi-internal
|
|
||||||
check_command check_website!localhost!/!Fedora
|
|
||||||
max_check_attempts 8
|
|
||||||
use internalwebsitetemplate
|
|
||||||
}
|
|
||||||
|
|
||||||
define service {
|
|
||||||
hostgroup_name bodhi2
|
|
||||||
service_description http-bodhi2-internal
|
|
||||||
check_command check_website!localhost!/!top testers
|
|
||||||
max_check_attempts 8
|
|
||||||
use internalwebsitetemplate
|
|
||||||
}
|
|
||||||
|
|
||||||
define service {
|
define service {
|
||||||
hostgroup_name datagrepper
|
hostgroup_name datagrepper
|
||||||
service_description http-datagrepper-frontpage
|
service_description http-datagrepper-frontpage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue