---
title: View checks
description: View check details and statuses and notifications generated by checks in the InfluxDB UI.
url: https://docs.influxdata.com/influxdb/v2/monitor-alert/checks/view/
estimated_tokens: 643
product: InfluxDB OSS v2
version: v2
---

# View checks

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 check details and statuses and notifications generated by checks in the InfluxDB user interface (UI).

-   [View a list of all checks](#view-a-list-of-all-checks)
-   [View check details](#view-check-details)
-   [View statuses generated by a check](#view-statuses-generated-by-a-check)
-   [View notifications triggered by a check](#view-notifications-triggered-by-a-check)

To view checks, click **Alerts > Alerts** in navigation menu on the left.

Alerts

## View a list of all checks

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

## View check 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 check

1. Click the icon on the check.
2. Click **View History**. The Statuses History page displays statuses generated by the selected check.

#### Related

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