define command{
command_name check_http
command_line $USER1$/check_http -H $HOSTADDRESS$ $ARG1$
}
define service{
use local-service ; Name of service template to use
host_name JumpShip Main
service_description JumpShip WWW
check_command check_http!www.jumpshipservices.co!-f follow
contact_groups ejectbutton
}
define service{
use local-service ; Name of service template to use
host_name JumpShip Main
service_description JumpShip Portal
check_command check_http!www.jumpshipservices.co!-u /portal -f follow
contact_groups ejectbutton
}