ControlTier > core
 

assertServiceIsDown

Command Reference

Description

Confirm the service process is down.

The assertServiceIsDown command is a hook command overriden by subtypes providing a service specific check to determine if the service is not running.

Usage

ctl -t Service -o <objectname> -c assertServiceIsDown [-executable <>] [-script <>]

Options

Option Description Type Default
executable executable to run string ${entity.attribute.service-isdown-executable}
script script to execute string ${entity.attribute.service-isdown-script}