Versions Compared

Key

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

...

Handling: A timer for this Job Chain is set and the System Monitor will be notified about it. The expiration times for the Job Chains are configured with enough time for processing, that means, this is usually used for cases where the Job Chain hanged in a specific step.

Configuration:

  • XML : CheckConfigurationHistory.xml
  • XML: SystemMonitorNotification.xml
  • : As in the example above, indicate the ID of the JobScheduler and the name of the Job Chain you want to monitor. Moreover, specify the timer for this specific job chain and the function to calculate the expiration time for the timer.
  • XML SystemMonitorNotification.xml: As in the example above, specify the name of the Service (in the System Monitor) and specify that it is about a service_name_on_error since you want to have the control when the Job Chain ends in an error. Moreover, specify how many times the timer should notify your System Monitor about the expiration of a timer.
  • System Monitor: As in the example above, passive Checks in the System Monitor have to be configured and named the same way as in the XML file above SystemMonitorNotification.xml.System Monitor: Services

SFTP connection refused

Initial Situation: There is a Job Chain that uses SFTP for transferring files. You have a setback configured in this step of the Job Chain, so that if the connection to the SFTP server fails, this step is retried after some time.

...