# Alerts

An alert is a notification informing users that an important event has occurred. It plays an important role in maintaining system uptime and can be used to prevent delays in processing critical situations. The situations can be so critical that action must be taken immediately to resolve the issue.

In IT-Conductor, there is a generic way of configuring alerts. The same steps can be followed when turning on alerts for any metric. This page includes a guide on how to configure alerts and provides instructions on how to mute alerts if needed.

### Configure Alerts in IT-Conductor

1. Navigate to the system's service grid where the alert is located.
2. Click the **Metric Object Menu** ![](/files/f5a49vZ21KKXgnl6cyde) , then select **Overrides**.

![Figure 1: Metric Object Menu (Used Memory %)](/files/JEHA4dLASzvw8ZGACD0g)

3. Click on the desired override.&#x20;

![Figure 2 : Override Sample](/files/ovgf2YeABaPKO3Ra7Rv5)

{% hint style="info" %}
**Note:** Alternatively, If there isn't an existing override, you can create a new one from a template. See [Threshold Overrides](/user-guide/notifications/threshold-overrides.md#creatingthresholdoverrides-howtocreatethresholdoverrideusinganexistingtemplate) for more details.
{% endhint %}

4. Check that the fields under the **Thresholds** section are defined as required.
5. In the **Alerting** section, set the **Alert On** field based on severity (None, Warning, and Alarm).
   1. Use the **Repeat After** option to generate an alert after the specified interval as long as the severity stays relevant.

![Figure 3: Modify Override Configuration Page](/files/iO0QewysPJvKo0lf5Fv8)

### Mute Alerts in IT-Conductor

This section shows several methods for muting alerts in IT-Conductor.

#### Set Alert in Maintenance Mode

1. Navigate to the system's service grid whose alert you wish to mute.
2. Click the **Metric Object Menu** ![](/files/f5a49vZ21KKXgnl6cyde), then select **Overrides**.

<figure><img src="/files/RcwVndkCePbY6Vp6knMD" alt=""><figcaption><p>Figure 4: Metric Object Menu (Retriever Failures)</p></figcaption></figure>

3. Put the desired alert on **Maintenance Mode** by clicking **Turn Maintenance Mode On** ![](/files/xmAf4nneLCA4g8s2Uz9y). Then click **Yes** to mute the alert entirely.

<figure><img src="/files/9p3PsGQ1kTFOGsFIkRNP" alt=""><figcaption><p>Figure 5: Turn Maintenance Mode On</p></figcaption></figure>

#### Mute Alerts Through Overrides

1. Alternatively, click on the override's name.
2. Scroll down to the **Alerting** section.
3. Select **NONE** from the **Alert On** dropdown men&#x75;**.** This ensures monitoring remains active while suppressing alert generation.&#x20;

<figure><img src="/files/KumKZcz3Y2afz45luxS3" alt=""><figcaption><p>Figure 6: Turn off Alerts in Override</p></figcaption></figure>

4. Click **Save** ![](/files/7y7XLw4Pq9rZ6qwlkvIp) to complete the configuration.

#### Disable All Alerts

1. Navigate to the system's grid and select any of the metrics.
2. Click the bars icon <img src="/files/uEjqdT0XqJBm6IUsLixD" alt="" data-size="line"> , then enlarge it.

<figure><img src="/files/s4EEs6Wx8kIWiqaDBg0Z" alt=""><figcaption><p>Figure 7: Select Metric</p></figcaption></figure>

3. Click on the bell icon <img src="/files/2N2LKGxRIm519rUty93Q" alt="" data-size="line"> to disable all alerts related to the selected metric. Click it again to re-enable alerts.

<figure><img src="/files/f980lOnh48D7OEcQIpiT" alt=""><figcaption><p>Figure 8: Disable All Alerts of a Metric</p></figcaption></figure>


---

# 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.itconductor.com/user-guide/notifications/alerts.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.
