Versions Compared

Key

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

...

Expand
titleVariables: table SCHEDULER_MON_NOTIFICATIONS

 Table of the history of steps of processed orders.

NameDescription 
%MON_N_ID%Unique notification id
%MON_N_SCHEDULER_ID% Id of the JobScheduler
%MON_N_TASK_ID%Id of the JobScheduler task 
%MON_N_STEP% Consecutive number of the order step
%MON_N_ORDER_HISTORY_ID% Id of the JobScheduler order 
%MON_N_JOB_CHAIN_NAME% Name of the job chain of the order 
%MON_N_JOB_CHAIN_TITLE%Title of the job chain of the order  
%MON_N_ORDER_ID% Unique (within the job chain) id of the order 
%MON_N_ORDER_TITLE% Title of the order 
%MON_N_ORDER_START_TIME% Timestamp of the start of the order
%MON_N_ORDER_END_TIME% Timestamp of the end of the order
%MON_N_ORDER_TIME_ELAPSED% The time or difference in seconds between a beginning time and an ending time of the order
%MON_N_ORDER_STEP_STATE% State of the order inside the job chain
%MON_N_ORDER_STEP_START_TIME%Timestamp of the start of the order step 
%MON_N_ORDER_STEP_END_TIME% Timestamp of the end of the order step 
%MON_N_ORDER_STEP_TIME_ELAPSED%The time or difference in seconds between a beginning time and an ending time of the order step 
%MON_N_JOB_NAME%Name of the job 
%MON_N_JOB_TITLE% Title of the job
%MON_N_TASK_START_TIME%Timestamp of the job task start 
%MON_N_TASK_END_TIME% Timestamp of the job task end
%MON_N_TASK_TIME_ELAPSED% The time or difference in seconds between a beginning time and an ending time of the job task
%MON_N_RECOVERED% 

0 = dependent of the %MON_N_ERROR% - ok or error was not recovered,

1 = error was recovered  

%MON_N_ERROR%

0 = ok

1 = error 

%MON_N_ERROR_CODE% Exception-code of the job error 
%MON_N_ERROR_TEXT%Exception message of the job (that processed the order) 
%MON_N_CREATED% Timestamp of the notification initial record 
%MON_N_MODIFIED%Timestamp of the latest changes to this notification record 

...

Expand
titleVariables: table SCHEDULER_MON_SYSNOTIFICATIONS

 Table of the history of notifications sended to system monitor.

NameDescription
%MON_SN_ID%Unique system notification id 
%MON_SN_NOTIFICATION_ID%

Reference to table SCHEDULER_MON_NOTIFICATIONS.ID  

%MON_SN_CHECK_ID%

Reference to table SCHEDULER_MON_CHECKS.ID   

%MON_SN_SYSTEM_ID% 

Reference to element attribute

SystemMonitorNotification / @system_id

defined in the SystemMonitorNotification_<MonitorSystem>.xml  XML configuration file

%MON_SN_SERVICE_NAME%

Reference to element attribute

SystemMonitorNotification / Notification / NotificationMonitor / @service_name_on_error or

SystemMonitorNotification / Notification / NotificationMonitor / @service_name_on_success

defined in the SystemMonitorNotification_<MonitorSystem>.xml  XML configuration file 

%MON_SN_STEP_FROM%

Reference to element attribute

SystemMonitorNotification / Notification / NotificationObjects / JobChain / @step_from

defined in the SystemMonitorNotification_<MonitorSystem>.xml  XML configuration file 

%MON_SN_STEP_TO%

Reference to element attribute

SystemMonitorNotification / Notification / NotificationObjects / JobChain / @step_to

defined in the SystemMonitorNotification_<MonitorSystem>.xml  XML configuration file 

%MON_SN_STEP_FROM_START_TIME%Timestamp of the start of the order step 
%MON_SN_STEP_TO_END_TIME%Timestamp of the end of the order step  
%MON_SN_STEP_TIME_ELAPSED% The time or difference in seconds between a beginning time and an ending time of the order step  
%MON_SN_NOTIFICATIONS%Number of notifications that already sended to a System Monitor
%MON_SN_MAX_NOTIFICATIONS%

Reference to element attribute

SystemMonitorNotification / Notification / NotificationObjects / JobChain / @notifications

defined in the SystemMonitorNotification_<MonitorSystem>.xml  XML configuration file  

%MON_SN_ACKNOWLEDGED%

0 = not acknowledged

1 = acknowledged 

%MON_SN_RECOVERED%

0 = recovery not sended

1 = recovery sended 

%MON_SN_SUCCESS%

0 = success not sended

1 = success sended 

%MON_SN_CREATED%Timestamp of the system notification initial record  
%MON_SN_MODIFIED%Timestamp of the latest changes to this system notification record  

...

Expand
titleVariables: table SCHEDULER_MON_CHECKS

 Table of the history of executed checks (Timer)

NameDescription
%MON_C_ID% Unique check id  
%MON_C_NOTIFICATION_ID% 

Reference to table SCHEDULER_MON_NOTIFICATIONS.ID   

%MON_C_NAME% 

Reference to element attribute

SystemMonitorNotification / Timer / @name

defined in the XML configuration file 

%MON_C_STEP_FROM% 

Reference to element attribute

SystemMonitorNotification / Timer / JobChain / @step_from

defined in the XML configuration file

 
%MON_C_STEP_TO% 

Reference to element attribute

SystemMonitorNotification / Timer / JobChain / @step_to

defined in the XML configuration file

%MON_C_STEP_FROM_START_TIME%  Timestamp of the start of the order step  
%MON_C_STEP_TO_END_TIME%  Timestamp of the end of the order step  
%MON_C_STEP_TIME_ELAPSED%  The time or difference in seconds between a beginning time and an ending time of the order step   
%MON_C_CHECK_TEXT%  Message of the check  
%MON_C_CREATED% Timestamp of the check initial record  
%MON_C_MODIFIED% Timestamp of the latest changes to this check record 
Code Block
languagexml
titleExample
collapsetrue
 timer name = %MON_C_NAME%, text = %MON_C_CHECK_TEXT%

...