Adjust what url nagios uses to check bodhi.
It was using the /updates/ path, but that is a load on the db and also just a big page. Switch it to using the / page which is pretty small when not loading js.
This commit is contained in:
parent
337c09eb0e
commit
164f9cb309
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ define service {
|
|||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, proxy03.fedoraproject.org, 152.19.134.142-ibiblio, proxy06.fedoraproject.org, 213.175.193.206-bodhost, 67.203.2.67-coloamerica
|
||||
service_description bodhi
|
||||
max_check_attempts 8
|
||||
check_command check_website_ssl!bodhi.fedoraproject.org!/updates/!Fedora
|
||||
check_command check_website_ssl!bodhi.fedoraproject.org!/!Fedora
|
||||
use websitetemplate
|
||||
}
|
||||
|
||||
|
|
|
@ -74,7 +74,7 @@ define service {
|
|||
define service {
|
||||
host_name proxy01-wildcard, proxy02-wildcard, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-wildcard, proxy08-wildcard, proxy05-fpo, proxy10-fpo, proxy11-fpo
|
||||
service_description bodhi
|
||||
check_command check_website_ssl!bodhi.fedoraproject.org!/updates/!Fedora
|
||||
check_command check_website_ssl!bodhi.fedoraproject.org!/!Fedora
|
||||
max_check_attempts 8
|
||||
use websitetemplate
|
||||
}
|
||||
|
@ -82,7 +82,7 @@ define service {
|
|||
define service {
|
||||
host_name bodhi03,bodhi04
|
||||
service_description bodhi-internal
|
||||
check_command check_website!localhost!/updates/!Fedora
|
||||
check_command check_website!localhost!/!Fedora
|
||||
max_check_attempts 8
|
||||
use internalwebsitetemplate
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue