Versions Compared

Key

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

...

Handling: The System Monitor will be notified to the service related to the Job Chain with the message error. (to be completed)However, you don't want to have a bunch of notifications for a Job Chain when is an external factor, the connection to the SFTP Server, what is producing the error.

Configuration:

  • XML CheckConfigurationHistory.xml: As in the example above, indicate the ID of the JobScheduler and the name of the Job Chain you want to monitor.
  • 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 and very important in this case, specify how many times this Job Chain should notify your System Monitor about the error with the connection to the SFTP Server.
  • 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.

...