|
|
|
%{PARAMETER_NAME}
|
Name of the parameter that triggered the alert
|
%{VALUE}
|
Value of the parameter that triggered the alert
|
%{ALARM_TYPE}
|
Type of the alert triggered (ALARM, WARN or INFORMATION)
|
%{OBJECT_ID}
|
PATROL ID of the object triggering the alert
|
%{OBJECT_LABEL}
|
Display name of the object triggering the alert
|
%{OBJECT_CLASS}
|
Class (".KM") of the object triggering the alert
|
%{OBJECT_TYPE}
|
Type of the object triggering the alert ("Process", "String", etc.)
|
%{PARENT_<PARENT MACRO>}
|
Gets the parent's object of a macro.
Example: In the case of String Search performed in Command Line, use the following macro to get complete command line return output:
%{PARENT_OSCOMMAND_RETURN_OUTPUT}
|
%{PARENT_ID}
|
ID of the object’s parent triggering the alert (the parent of a String object could be a LOG file, e.g.)
|
%{PARENT_LABEL}
|
Display name of the object’s parent triggering the alert
|
%{PARENT_CLASS}
|
Class (".KM") of the object’s parent triggering the alert
|
%{PARENT_TYPE}
|
Type of the object’s parent triggering the alert ("File", "OSCommand", etc.)
|
%{APPLICATION_ID}
|
PATROL ID of the application triggering the alert
|
%{APPLICATION_LABEL}
|
Display name of the application triggering the alert
|
%{APPLICATION_CLASS}
|
Class (".KM") of the application triggering the alert
|
%{APPLICATION_TYPE}
|
Type of the application triggering the alert ("Application")
|
%{APPLICATION_CONTACT}
|
Contact information in case of an application failure
|
%{APPLICATION_DESCRIPTION}
|
Description of the application
|
%{APPLICATION_EXISTENCEFILES}
|
List of files that identify the application as present
|
%{ASCTIME:…}
|
Current time when the Alert Action is performed. Specify a formatting as described under Format Symbols in the Reference section.
Example: %{TIME:%H:%M:%S} will be replaced by 09:45:17 at run time
|
%{NEWLINE}
|
Inserts carriage return
|
%{/...}
|
Recommended for advanced users only
Provides an internal instance variable name to be inserted. The path is relative to the object triggering the alert.
Example: %{/worstParam} will be contain the name of the worst parameter on this instance, which is an application instance built-in variable (see the "PATROL Script Language Reference" document).
|