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:
Kevin Fenzi 2015-09-14 21:15:05 +00:00
parent 337c09eb0e
commit 164f9cb309
2 changed files with 3 additions and 3 deletions

View file

@ -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
}