---
title: Monitor data and send alerts
description: Monitor your time series data and send alerts by creating checks, notification rules, and notification endpoints. Or use community templates to monitor supported environments.
url: https://docs.influxdata.com/influxdb/cloud/monitor-alert/
estimated_tokens: 840
product: InfluxDB Cloud (TSM)
version: cloud
---

# Monitor data and send alerts

Monitor your time series data and send alerts by creating checks, notification rules, and notification endpoints. Or use [community templates to monitor](/influxdb/cloud/monitor-alert/templates/) supported environments.

## Overview

1. A [check](/influxdb/cloud/reference/glossary/#check) in InfluxDB queries data and assigns a status with a `_level` based on specific conditions.
2. InfluxDB stores the output of a check in the `statuses` measurement in the `_monitoring` system bucket.
3. [Notification rules](/influxdb/cloud/reference/glossary/#notification-rule) check data in the `statuses` measurement and, based on conditions set in the notification rule, send a message to a [notification endpoint](/influxdb/cloud/reference/glossary/#notification-endpoint).
4. InfluxDB stores notifications in the `notifications` measurement in the `_monitoring` system bucket.

## Create an alert

To get started, do the following:

1. [Create checks](/influxdb/cloud/monitor-alert/checks/create/) to monitor data and assign a status.
2. [Add notification endpoints](/influxdb/cloud/monitor-alert/notification-endpoints/create/) to send notifications to third parties.
3. [Create notification rules](/influxdb/cloud/monitor-alert/notification-rules/create) to check statuses and send notifications to your notifications endpoints.

## Manage your monitoring and alerting pipeline

### [Manage checks](/influxdb/cloud/monitor-alert/checks/)

Checks in InfluxDB query data and apply a status or level to each data point based on specified conditions.

### [Manage notification endpoints](/influxdb/cloud/monitor-alert/notification-endpoints/)

Create, read, update, and delete endpoints in the InfluxDB UI.

### [Manage notification rules](/influxdb/cloud/monitor-alert/notification-rules/)

Manage notification rules in InfluxDB.

### [Monitor with templates](/influxdb/cloud/monitor-alert/templates/)

Use community templates to monitor data in many supported environments. Monitor infrastructure, networking, IoT, software, security, TICK stack, and more.

### [Send alert email](/influxdb/cloud/monitor-alert/send-email/)

Send an alert email.

### [Create custom checks](/influxdb/cloud/monitor-alert/custom-checks/)

Create custom checks with a Flux task.

[monitor](/influxdb/cloud/tags/monitor/) [alert](/influxdb/cloud/tags/alert/) [checks](/influxdb/cloud/tags/checks/) [notification](/influxdb/cloud/tags/notification/) [endpoints](/influxdb/cloud/tags/endpoints/)
