> For the complete documentation index, see [llms.txt](https://docs.duplocloud.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.duplocloud.com/docs/automation-platform/overview/use-cases/faults-and-alarms/system-settings-flags.md).

# System Settings Flags

## Disabling faults for Target Groups without instances

If there is a Target Group with no instances/targets, DuploCloud generates a fault. You can configure DuploCloud's Systems Settings to ignore Target Groups with no instances.

1. From the DuploCloud portal, navigate to **Administrator** -> **Systems Settings**.
2. Select the **System Config** tab.
3. Click **Add**. The **Add Config** pane displays.
4. For **ConfigType**, select **Other**.
5. In the **Other Config Type** field, type **Flags**.
6. In the **Key** field, enter **IgnoreTargetGroupWithNoInstances**.
7. In the **Value** field, enter **True**.

<div align="left"><figure><img src="/files/yM7ngiuPSJrKm6Ba312v" alt=""><figcaption><p>The <strong>Add Config</strong> pane with <strong>IgnoreTargetGroupWithNoInstances</strong> Flag.</p></figcaption></figure></div>

8. Click **Submit**. The Flag is set and DuploCloud will not generate faults for Target Groups without instances.

<figure><img src="/files/ETt4kSDxXjFwAzUj8uS2" alt=""><figcaption><p>The <strong>System Config</strong> page with <strong>IgnoreTargetGroupWithNoInstances</strong> set.</p></figcaption></figure>

## Exclude faults  in Sentry/PagerDuty based on Modules

You can suppress fault notifications for specific modules to prevent noise in Sentry and PagerDuty. This is configured at the system level from the DuploCloud portal.

**Steps**

1. Navigate to **Administrator** -> **System Settings**.
2. Select the **System Config** tab.
3. Click **Add**. The **Add Config** pane displays.
4. In the **Config Type** field, select **AppConfig**.
5. In the **Key** field, enter **FaultNotificationExcludedModules**.
6. In the **Value** field, enter the module name to exclude (e.g., **MinionsDisconnectedStatusCheck**).
7. Click **Submit**.

**To exclude multiple modules**, enter each module name separated by a semicolon in the **Value** field.

**Example: MinionsDisconnectedStatusCheck; kubernetes**

<div align="left"><figure><img src="/files/hfMEM3x8howIxiRaPuBy" alt="" width="375"><figcaption></figcaption></figure></div>

## Exclude faults  in Sentry/PagerDuty based on Messages

You can suppress fault notifications for specific fault messages to prevent noise in Sentry and PagerDuty. This is configured at the system level from the DuploCloud portal.

**Steps**

1. Navigate to **Administrator** -> **System Settings**.
2. Select the **System Config** tab.
3. Click **Add**. The **Add Config** pane displays.
4. In the **Config Type** field, select **AppConfig**.
5. In the **Key** field, enter **FaultNotificationExcludedMessages**.
6. In the **Value** field, enter the fault message text to exclude (e.g., **no sufficient memory available**).
7. Click **Submit**.

**To exclude multiple messages**, enter each message separated by a semicolon in the **Value** field.

**Example: no sufficient memory available;Minion disconnected**

<div align="left"><figure><img src="/files/jRFpQriOsF71FusIQHJC" alt="" width="375"><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.duplocloud.com/docs/automation-platform/overview/use-cases/faults-and-alarms/system-settings-flags.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
