---
title: View notification rules
description: Update notification rules to update the notification message or change the schedule or conditions.
url: https://docs.influxdata.com/influxdb/v2/monitor-alert/notification-rules/view/
estimated_tokens: 535
product: InfluxDB OSS v2
version: v2
publisher: InfluxData
canonical: https://docs.influxdata.com/influxdb/v2/monitor-alert/notification-rules/view/
date: '2025-04-02T15:54:32-06:00'
lastmod: '2025-04-02T15:54:32-06:00'
---

This page documents an earlier version of InfluxDB OSS.[InfluxDB 3 Core](/influxdb3/core/) is the latest stable version.

#### API token hashing is enabled by default in InfluxDB OSS 2.9.0

Stronger token security: tokens are stored as hashes on disk, so a
copy of the database file doesn’t expose usable tokens. Existing
tokens are hashed on first startup and the original strings can’t
be recovered afterward — **capture any plaintext tokens you still
need before you upgrade**.

For more information, see [Token hashing](/influxdb/v2/admin/tokens/#token-hashing).

View notification rule details and statuses and notifications generated by notification rules in the InfluxDB user interface (UI).

* [View a list of all notification rules](#view-a-list-of-all-notification-rules)
* [View notification rule details](#view-notification-rule-details)
* [View statuses generated by a check](#view-statuses-generated-by-a-notification-rule)
* [View notifications triggered by a notification rule](#view-notifications-triggered-by-a-notification-rule)

**To view notification rules:**

1. In the navigation menu on the left, select **Alerts**.

   Alerts

2. Select **Notification Rules** near to top of the page.

## View a list of all notification rules

The **Notification Rules** section of the Alerts landing page displays all existing checks.

## View notification rule details

Click the name of the check you want to view.
The check builder appears.
Here you can view the check query and logic.

## View statuses generated by a notification rule

Click the  icon on the notification rule, and then **View History**.
The Statuses History page displays statuses generated by the selected check.

## View notifications triggered by a notification rule

1. Click the  icon on the notification rule, and then **View History**.
2. In the top left corner, click **Notifications**.
   The Notifications History page displays notifications initiated by the selected notification rule.

#### Related

* [Manage checks](/influxdb/v2/monitor-alert/checks/)
* [Manage notification endpoints](/influxdb/v2/monitor-alert/notification-endpoints/)
