Alertra Script Language 1.9

exit

Causes the script execution to terminate with a success state and the given message to be appended to the check log.

usage: exit [message]

parameters:

req name type description
N message expression Optional message to be appended to the log

examples

exit "All pages are OK"

Exits the script immediately, marking the check successful and appends the text "All pages are OK" to the check's log.

exit

Exits the script immediately, marking the check successful.


Alertra Script Language: Language Reference