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".
Examples
Example ResetNotifications OP5 add_order
Code Block
languagexml
titleResetNotifications OP5 add_order
collapsetrue
<add_order  job_chain   ="sos/notification/ResetNotifications"
            id          ="OP5 MyServiceName acknowledegment"
            title       ="OP5 MyServiceName acknowledegment">
    <params>
        <param name="service_name"  value="MyServiceName" />
        <param name="system_id"     value="OP5"/>
        <param name="operation"     value="acknowledge" />
     </params>
</add_order>

 

JobScheduler - Job Chains customization

...