---
title: Monitor Settings
description: >-
  Configure organization settings, tag policies, notification rules, and manage
  deleted monitors through the Monitor Settings page.
breadcrumbs: Docs > Monitors > Monitor Settings
---

# Monitor Settings

## Overview{% #overview %}

On the [Monitor Settings page](https://app.datadoghq.com/monitors/settings), you can access and control the following topics:

- Organization Settings
- Tag Policies
- Notification Rules
- Deleted Monitors

## Organization settings{% #organization-settings %}

### Monitors time zone preference{% #monitors-time-zone-preference %}

Users with the `Org Management` permission can customize the time zone used in alert graph snapshots within Monitor alert notifications.

{% image
   source="https://datadog-docs.imgix.net/images/monitors/settings/monitors-time-zone-preference.b38f1289826eeda8bf3fcdaa33d0a82c.png?auto=format"
   alt="Monitors Time Zone Preferences" /%}

The setting applies to **all** Monitor alert notifications, as it's an org-wide setting.

## Tag policies{% #tag-policies %}

Monitor tag policies allow you to enforce data validation on tags and tag values on your Datadog monitors. This ensures that alerts are sent to the correct downstream systems and workflows for triage and processing.

{% alert level="danger" %}
After set up, tag policies apply to **all** Datadog monitors
{% /alert %}

- To create a new monitor, it must adhere to your organization's tag policies.
- Existing monitors that violate your organization's tag policies continue to provide alerts and notifications, but must be updated to match the tag policies before you can modify other settings.

### Configure monitor tag policies{% #configure-monitor-tag-policies %}

1. Navigate to the [**Monitors Settings**](https://app.datadoghq.com/monitors/settings) page.
1. Open the "Tag policies" tab. There are three data validation rules that are enforced through tag policies:
   - Require tags with mandatory values
   - Require tags only
   - Optional tags with mandatory values
1. Click the green checkmark to save the policy.

{% image
   source="https://datadog-docs.imgix.net/images/monitors/settings/tag_policies.4f771cd5bb719d4ef2340c4b5e450a9d.png?auto=format"
   alt="Monitor setting tag policies page" /%}

### Require tags with mandatory values{% #require-tags-with-mandatory-values %}

To enforce mandatory tags, select the **Required** check box and specify both the tag key and values. In this example, monitors are required to have the `cost_center` tag. The value must be set to `cc1`, `cc2`, or `cc3`.

{% image
   source="https://datadog-docs.imgix.net/images/monitors/settings/monitor_tag_enforcement_key_and_value.c142f7ca8949a5beddf329c9053df7ef.png?auto=format"
   alt="The Monitors Settings page displaying a tag policy for a required tag with mandatory values" /%}

### Require tags only{% #require-tags-only %}

You can require a tag but allow users to specify their own values. In this example, monitors are required to have the `product_id` tag. The value can be anything specified by the user.

{% image
   source="https://datadog-docs.imgix.net/images/monitors/settings/monitor_tag_enforcement_key_only.989dca40eeedcdd216b813c3d4ec61d2.png?auto=format"
   alt="The Monitors Settings page displaying a tag policy in which only the tag is required" /%}

### Optional tag with mandatory values{% #optional-tag-with-mandatory-values %}

To make a tag optional but require that monitors with the tag use specific values, enter the values for the tag in the **Values** field. In this example, the `env` tag is optional. However, if a monitor uses this tag, the value must be set to `dev`, `staging`, or `prod`.

{% image
   source="https://datadog-docs.imgix.net/images/monitors/settings/monitor_tag_enforcement_optional_key_with_values.68d28039309b38a2c67bb26e86b0842c.png?auto=format"
   alt="The Monitors Settings page displaying a tag policy for an optional tag with mandatory values" /%}

### Permissions{% #permissions %}

To configure monitor tag policies, you must be assigned a role with the `MONITOR_CONFIG_POLICY_WRITE_PERMISSION` permission.

For more information, see [Role Based Access Control](https://docs.datadoghq.com/account_management/rbac/) and [Role Permissions](https://docs.datadoghq.com/account_management/rbac/permissions/).

## Notification rules{% #notification-rules %}

Notification rules provide a method for routing monitor notifications more effectively. With Monitor Notification Rules, you can create rules to route alerts based on the tags associated with the monitor to reduce repetitive tasks in managing alert communications.

To create and manage monitor notification rules, see [Monitor notification rules](https://docs.datadoghq.com/monitors/notify/notification_rules/).

## Deleted monitors{% #deleted-monitors %}

{% alert level="warning" %}
Deleted Synthetic monitors are not recoverable and cannot be restored.
{% /alert %}

Monitors are retained for 7 days before being permanently deleted. To restore recently deleted Datadog monitors:

1. Navigate to the [**Monitors** > **Settings**](https://app.datadoghq.com/monitors/settings) page.
1. Open the **Deleted Monitors** tab.
1. Select the monitor(s) you want to restore.
1. Click the **Restore** button at the top of the table.

{% image
   source="https://datadog-docs.imgix.net/images/monitors/settings/recently_deleted.75266935ec547d0609d9f7f77cf3c309.png?auto=format"
   alt="Restore deleted monitor" /%}

## Further Reading{% #further-reading %}

- [Create monitors](https://docs.datadoghq.com/monitors/)
- [Monitor Notifications](https://docs.datadoghq.com/monitors/notify/)
- [Monitor Notification Rules](https://docs.datadoghq.com/monitors/notify/notification_rules/)
- [Best practices for tagging your monitors](https://www.datadoghq.com/blog/tagging-best-practices-monitors/)
- [Route your monitor alerts with Datadog monitor notification rules](https://www.datadoghq.com/blog/monitor-notification-rules/)
