[ next ] [ language reference ] [ table of contents ]
Causes the script execution to terminate with a success state and the given message to be appended to the check log.
req | name | type | description |
---|---|---|---|
N | message | expression | Optional message to be appended to the log |
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