---
title: Manage checks
description: Checks in InfluxDB query data and apply a status or level to each data point based on specified conditions.
url: https://docs.influxdata.com/influxdb/v2/monitor-alert/checks/
estimated_tokens: 554
product: InfluxDB OSS v2
version: v2
---

# Manage 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).

Checks in InfluxDB query data and apply a status or level to each data point based on specified conditions. Learn how to create and manage checks:

### [Create checks](/influxdb/v2/monitor-alert/checks/create/)

Create a check in the InfluxDB UI.

### [View checks](/influxdb/v2/monitor-alert/checks/view/)

View check details and statuses and notifications generated by checks in the InfluxDB UI.

### [Update checks](/influxdb/v2/monitor-alert/checks/update/)

Update, rename, enable or disable checks in the InfluxDB UI.

### [Delete checks](/influxdb/v2/monitor-alert/checks/delete/)

Delete checks in the InfluxDB UI.

#### Related

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

[monitor](/influxdb/v2/tags/monitor/) [checks](/influxdb/v2/tags/checks/) [notifications](/influxdb/v2/tags/notifications/) [alert](/influxdb/v2/tags/alert/)
