Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AttributeUsageDescription
 languageRequired

Script language name

Supported languages:

  • javascript
  • ECMAScript 

Message

The Message sended to System Monitor can be configured as CDATA element on the following parent nodes:

  • SystemMonitorNotification / Notification / NotificationCommand
  • SystemMonitorNotification / Notification / NotificationInterface

The Message can contains fixed values and variables. e.g.: <![CDATA[ scheduler id = %MON_N_SCHEDULER_ID%  ]]>

All variables must be defined by using of the %<variable name>% syntax.

The order of the substitution the variables values is:

  1. Table variables.
  2. Service variables.
  3. Environment variables. 
Tables variables 
Expand
titleTable SCHEDULER_MON_NOTIFICATIONS
NameDescription 
%MON_N_ID% 
%MON_N_SCHEDULER_ID%  
%MON_N_TASK_ID% 
%MON_N_STEP%  
%MON_N_ORDER_HISTORY_ID%  
%MON_N_JOB_CHAIN_NAME%  
%MON_N_JOB_CHAIN_TITLE% 
%MON_N_ORDER_ID%  
%MON_N_ORDER_TITLE%  
%MON_N_ORDER_START_TIME%  
%MON_N_ORDER_END_TIME%  
%MON_N_ORDER_STEP_STATE%  
%MON_N_ORDER_STEP_START_TIME% 
%MON_N_ORDER_STEP_END_TIME%  
%MON_N_JOB_NAME% 
%MON_N_JOB_TITLE%  
%MON_N_TASK_START_TIME% 
%MON_N_TASK_END_TIME%  
%MON_N_RECOVERED%  
%MON_N_ERROR% 
%MON_N_ERROR_CODE%  
%MON_N_ERROR_TEXT% 
%MON_N_CREATED%  
%MON_N_MODIFIED% 

...