Details
-
Feature
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Configuration
- The plugin implements configurable rules for the use of Named Monitors as stated in
JS-1323for- selection by patterns (regular expressions)
- recursive use starting from a configurable directory
- ordering
- for pre-processing Named Monitors from outer folders are applied before those from inner folders
- for postprocessing Named Monitors from inner folders are applied before those from outer folders
- All named monitors that comply with the configured rules are applied.
<plugins> <plugin java_class="com.sos.scheduler.plugins.globalmonitor.GlobalMonitorPlugin"> <plugin.config> <jobparams> <param name="configuration_directory" value="C:/Users/ur/Documents/sos-berlin.com/jobscheduler/scheduler_current/config/live"/> <param name="exclude_dir" value="sos"/> <param name="exclude_file" value="Neuer Ordner/job1"/> <param name="recursive" value="true"/> <param name="regex_selector" value="^job.*$"/> </jobparams> <monitorparams> <param name="exclude_dir" value="sos"/> <param name="exclude_file" value="fileExclusions"/> <param name="recursive" value="true"/> <param name="regex_selector" value="^global_.*$"/> </monitorparams> </plugin.config> </plugin> </plugins>
Schema Usage
- The configuration elements are added to the JobScheduler XSD schema.
- Validation of the configuration elements is enabled by use of the XSD schema.