# Flux Monitor Job

Fields:&#x20;

To create new job, login into the UI of the node and Click on Jobs > New Job, as shown below

<figure><img src="/files/gkhXrSyZjk0MZQTobdPc" alt=""><figcaption></figcaption></figure>

* contractAddress:The address of the FluxAggregator contract responsible for managing the data feed.
* threshold:Represents the percentage threshold of deviation from the previous on-chain answer. This threshold must be met before a fresh set of observations is submitted to the contract.
* absoluteThreshold(optional):This parameter indicates the absolute numerical deviation necessary from the previous on-chain answer before submitting new observations. It's particularly useful when data can sometimes reach zero, making it impossible to calculate a percentage deviation from zero.
* idleTimerPeriod:Specifies the time interval (starting from the initiation of the last round) after which a new round is automatically triggered. This occurs regardless of any observed off-chain deviations.
* idleTimerDisabled:Determines whether the idle timer is utilized to trigger new rounds.
* drumbeatEnabled:Indicates whether the drumbeat mechanism is employed to initiate new rounds.
* drumbeatSchedule:Defines the cron schedule for the drumbeat. Use the same syntax as the cron job type, and remember to include CRON\_TZ.
* pollTimerPeriod:Sets the frequency at which the off-chain data source is inspected for deviation against the previously submitted on-chain answer.
* pollTimerDisabled:Specifies whether the occasional deviation check is employed to trigger new rounds


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.goplugin.co/plugin-2.0-validators/job-setup/flux-monitor-job.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
