All pastes #2120575 Raw Edit

Mine

public text v1 · immutable
#2120575 ·published 2012-02-22 00:49 UTC
rendered paste body
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
        }