Alertra Script Language 1.9

[ next ] [ language reference ] [ table of contents ]


3. Definitions

ASL Alertra Scripting Language, the application and scripts that are used by Alertra to perform protocol checks (HTTP, FTP, SMTP, etc…).
key phrase A string used to check the contents of the page. If the phrase is not found ASL logs the check as an error.
label A designator inside a script that can be used as a target for goto statements.
check A single interaction with an Internet resource such as an HTTP or FTP server. An “interaction” encompasses making a socket connection with the resource and performing one or more actions to implement the required protocol.

Alertra Script Language: Definitions