Versions Compared

Key

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

...

  • MonitoredObject/JobChains can contain several JobChain definitions for monitoring of error or success conditions
    • JobChain has the following attributes
      • scheduler_id (optional) - JobScheduler instance with the given identification. By default - JobChain will be checked in all JobScheduler instances that logged into the same database
      • name (optional) - Job chain name including possible folder names. By default - all JobChains for defined scheduler_id are checked
      • step_from (optional) - Start Job node name for checking
      • step_to (optional) - End Job node name for checking
  • MonitoredObject/Jobs can contain several Job definitions for monitoring of error or success conditions
    • Job has the following attributes
      • scheduler_id (optional) - JobScheduler instance with the given identification. By default - Job will be checked in all JobScheduler instances that logged into the same database
      • name (optional) - Job name including possible folder names. By default - all Jobs for defined scheduler_id are checked
  • MonitoredObject/Timers can contain several Timers definitions for performance measurement
    • MonitoredObject/Timers/Timer has the following elements
      • JobChains (optional) - can contain several JobChain definitions for performance measurement
        • JobChain has the following attributes
          • scheduler_id (optional) - JobScheduler instance with the given identification. By default - JobChain will be checked in all JobScheduler instances that logged into the same database
          • name (optional) - Job chain name including possible folder names. By default - all JobChains for defined scheduler_id are checked
          • step_from (optional) - Start Job node name for checking
          • step_to (optional) - End Job node name for checking
      • Jobs can contain several Job definitions for monitoring of error or success conditions performance measurement
        • Job has the following attributes
          • scheduler_id (optional) - JobScheduler instance with the given identification. By default - Job will be checked in all JobScheduler instances that logged into the same database
          • name (optional) - Job name including possible folder names. By default - all Jobs for defined scheduler_id are checked
      • Minimum (optional) - expected minimum execution time for all configured job chains in the MonitoredObject/Timers/Timer/JobChains
        • Script (optional) - definition of the expected minimum value and has the following attributes
          • language (optional) - script engine. currently javascript engine will be supported
      • Maximum (optional) - expected maximum execution time for all configured job chains in the MonitoredObject/Timers/Timer/JobChains
        • Script (optional) - definition of the expected maximum value and has the following attributes
          • language (optional) - script engine. currently javascript engine will be supported

...