Configuring a Broker Scheduled Job

A Broker Job is an application that runs at scheduled times on a server using a cron-like syntax. Jobs are customizable by choosing which program to run, any arguments passed via the command line, and the configuration that the job uses to gather additional settings. Most jobs also require the use of rules for the processing of data.

Dependencies

Best Practices

When configuring a new Job, it is best practice to create a copy of the original Job and modify the copy instead of using the original. Use a unique naming convention to ensure the Jobs are distinguishable from existing Jobs.

Configuring a Broker Job

  1. Review the documentation for the Unified Assurance application to understand what elements are required to configure and utilize the application.

  2. If the Job requires configuration in the UI, navigate to the appropriate UIs and create the settings.

  3. If the job requires rules:

    1. From the main navigation menu, select Configuration, and then Rules.

    2. Either create new rules files or modify the default rules.

    The documentation for each application provides details on rules creation.

  4. From the main navigation menu, select Configuration, then Broker Control, and then Jobs and do one of the following:

    • Create a new job.

    • Copy and modify an existing job.

    • Modify the default job (least recommended).

    Ensure that the Status of the job is set to Enabled.

    The documentation for each application provides more information about the job settings.

  5. To test the Job, select the Job in the list, and click Start. If the job does not appear to run, consult the log file for any error messages.

  6. (Optional) Navigate to the Logs UI via the navigation bar and view the log file for the job to validate that the job is operating correctly.