content/chronograf/v1/guides/create-alert-rules.md
Chronograf provides a user interface for Kapacitor, InfluxData's processing framework for creating alerts, ETL jobs (running extract, transform, load), and detecting anomalies in your data. Chronograf alert rules correspond to Kapacitor tasks that trigger alerts whenever certain conditions are met. Behind the scenes, these tasks are stored as TICKscripts that can be edited manually or through Chronograf. Common alerting use cases that can be managed using Chronograf include:
Complex alerts and other tasks can be defined directly in Kapacitor as TICKscripts, but can be viewed and managed within Chronograf. To learn about managing Kapacitor TICKscripts in Chronograf, see Manage Kapacitor TICKscripts.
Get started with Chronograf offers step-by-step instructions for each of the following requirements:
Chronograf lets you create and manage Kapacitor alert rules. To manage alert rules:
To create and manage alert rules in Chronograf, click on {{< icon "alert" "v2">}} Alerting in the left navigation bar and select Alert Rules. Do one of the following:
From the Alert Rules page in Chronograf:
Click + Build Alert Rule.
Name the alert rule.
Choose the alert type:
Threshold - alert if data crosses a boundary.Relative - alert if data changes relative to data in a different time range.Deadman - alert if InfluxDB receives no relevant data for a specified time duration.Select the time series data to use in the alert rule.
Define the rule conditions. Condition options are determined by the alert type.
Select and configure the alert handler.
Configure the alert message.
Click Save Rule.
To enable and disable alerts, click on {{< icon "alert" "v2">}} Alerting in the left navigation bar and select Alert Rules.
To delete an alert, click on {{< icon "alert" "v2">}} Alerting in the left navigation bar and select Alert Rules.
Note: Deleting a rule cannot be undone, and removes the rule permanently.
Chronograf lets you view your alert history on the Alert History page.
To view a history of your alerts, click on {{< icon "alert" "v2">}} Alerting in the left navigation bar and select Alert History. Do one of the following: