Versions Compared

Key

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

...

AttributeUsageDescription
monitor_hostRequiredThis setting specifies the hostname or ip address of System Monitor host.
monitor_portRequiredThis setting specifies the TCP port that the System Monitor would listen to.
monitor_passwordOptional 

This setting specifies the password configured in the ncsa.cfg file used by NSCA.

monitor_connection_timeoutOptional

This setting specifies the connection timeout in ms.

Default: 5000

monitor_response_timeoutOptional This setting specifies the NSCA response timeout in ms.
monitor_encryptionOptional

This setting specifies that the communication with the System Monitor is encrypted. By default no encryption is used.

  • NONE               - no encryption
  • XOR             - XOR encryption
  • TRIPLE_DES - use of triple des algorhythm for encryption
service_hostOptionalThis setting specifies the name of the host that executes the passive check. The name must match the corresponding setting in the System Monitor.
pluginOptionalDefault: com.sos.scheduler.notification.plugins.notifier.SystemNotifierSendNscaPlugin

...

Expand
titleVariables: table SCHEDULER_MON_NOTIFICATIONS
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 %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_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 

 

Code Block
languagexml
titleExample
collapsetrue
 scheduler id = %MON_N_SCHEDULER_ID%, history id = %MON_N_ORDER_HISTORY_ID%, job_chain = %MON_N_JOB_CHAIN_NAME%(%MON_N_ORDER_ID%), error = %MON_N_ERROR_TEXT%

...