Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added 'Specifying Monitors' section

...

  • Monitor scripts can include
    • Java classes
    • JavaScript code
  • Scripting is a powerful means for flexibility:
    • JavaScript code can be added directly to Jobs and Monitors and is interpreted at run-time. A build cycle is not required.
    • Java classes can be added that make use of of the available Java library ecosystem.
  • The JobScheduler exposes its objects, methods and properties by way of its API Interface.

Methods of Specifying Monitors

Monitors can be specified in the following ways:

  • As Named Monitors:
    • Named Monitors are specified in the configuration of individual jobs.
  • As Enforced Monitors:
    • Enforced Monitors are specified in the JobScheduler configuration and are therefore by default applicable to all jobs executed by the JobScheduler.
      • Filters can be used to limit the monitors and the jobs that they are applied to.

See also

...