Versions Compared

Key

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

...

  • Some System Monitors may provide an "acknowledge" operation, that signals that a problem is known and that no further notifications should be sent by JobScheduler.
  • Should an "acknowledge" operation have been performed for a specific service in the System Monitor then this job chain would stop JobScheduler from sending notifications to that service for errors that have already occurred.
  • Order AcknowledgeMonitorSystem
    • do not configure the order run time as this job chain will be triggered by the System Monitor operation "acknowledge".

JobScheduler - Job Chains customization

The default name of the monitor system used in the configuration files and stored in the JobScheduler database is "MonitorSystem".

The default configuration can be changed to allow better customization of the monitoring systems used.

Example customization for the OP5 system monitor:

  • <scheduler_install>/config/notification/SystemMonitorNotification_MonitorSystem.xml
    • rename this file to  

...

    • SystemMonitorNotification_OP5.xml
    • set system_id Attribute to OP5
      • e.g. <SystemMonitorNotification system_id="OP5">
  • <scheduler_install>/config/live/sos/notification/SystemNotifier,MonitorSystem.order.xml
    • rename this file to SystemNotifier,OP5.order.xml
    • set system_configuration_file Attribute to SystemMonitorNotification_OP5.xml
      • e.g. <param name="system_configuration_file" value="config/notification/SystemMonitorNotification_OP5.xml"/>
  •  <scheduler_install>/config/live/sos/notification/ResetNotifications,AcknowledgeMonitorSystem.order.xml
    • rename this file to ResetNotifications,AcknowledgeOP5.order.xml
    • set system_id Attribute to OP5
      • e.g. <param name="system_id" value="OP5"/>

 

...

 

Status
colourYellow
titlework in progress

...