...
- Monitor scripts can include
- Java classes
- JavaScript code
- Scripting is a powerful means for flexibility:
- The JobScheduler exposes its objects, methods and properties by way of its API Interface.
- Find details and examples in the Reference Documentation.
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.
- Enforced Monitors are specified in the JobScheduler configuration and are therefore by default applicable to all jobs executed by the JobScheduler.
See also
- How to configure a Named Monitor
- How to configure an Enforced Monitor
- How to add conditions for job execution with date calculation
...