Update string since it looks in the first N bytes

This commit is contained in:
Kevin Fenzi 2015-08-20 23:39:18 +00:00
parent 8c4c1388ce
commit 8d86998187

View file

@ -74,7 +74,7 @@ define service {
define service {
host_name proxy01-wildcard, proxy02-wildcard, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-wildcard, proxy08-wildcard, proxy09-wildcard, proxy05-fpo, proxy10-fpo, proxy11-fpo
service_description bodhi
check_command check_website_ssl!bodhi.fedoraproject.org!/updates/!Free
check_command check_website_ssl!bodhi.fedoraproject.org!/updates/!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/!Free
check_command check_website!localhost!/updates/!Fedora
max_check_attempts 8
use internalwebsitetemplate
}