Versions Compared

Key

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

...

  1. Table variables.
  2. Service variables.
  3. Environment OS environment variables. 
Tables variables 

...

Code Block
languagexml
titleExample
collapsetrue
 service name = %SERVICE_NAME%

 

...

OS environment variables 

 

All existing system variables can be defined by message with the syntax like %<variable name>% (Windows/Unix).

Code Block
languagexml
titleExample
collapsetrue
 %TEMP%/test.exe

 

Examples 

Notification environment variables

 

com.sos.scheduler.notification.plugins.notifier.SystemNotifierProcessBuilderPlugin

SystemMonitorNotification / Notification / NotificationCommand

Set

  1. Service variables
  2. Tables variables
Service variables
Expand
titleVariables
NameDescription

SCHEDULER_MON_SERVICE_STATUS

 

SCHEDULER_MON_SERVICE_NAME

 

SCHEDULER_MON_SERVICE_MESSAGE_PREFIX

 

SCHEDULER_MON_SERVICE_COMMAND

 
Tables variables
Expand
titleVariables

All tables variables (see tables variables explanation) have the prefix

SCHEDULER_MON_TABLE_

e.g.:

SCHEDULER_MON_TABLE_MON_N_ID

SCHEDULER_MON_TABLE_MON_N_SCHEDULER_ID

...

 

Status
colourYellow
titleTODO

...