switched out notification with alert. (#3065)

pull/3087/head
mluu12 2021-09-01 15:16:20 -07:00 committed by GitHub
parent 0f0ad2a0ab
commit 6ffbebbd86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -78,11 +78,11 @@ Select one of the following pass-through cell-types:
Select one of the following output cell-types:
- To recieve an alert, select [Notification](#notification) and complete the steps below.
- To recieve a notification, select [Alert](#alert) and complete the steps below.
- To write output to a bucket, select [Output to Bucket](#output-to-bucket) and complete the steps below.
- To create a task, select [Schedule](#schedule) and complete the steps below.
#### Notification
#### Alert
1. Enter a time range to automatically check the data and enter your query offset.
2. Customize the conditions to send an alert.
@ -90,7 +90,7 @@ Select one of the following output cell-types:
- Slack and a Slack Channel
- HTTP post
- Pager Duty
4. (Optional) Personalize your message. By default, the message is "Notification Rule: ${ r._notification_rule_name } triggered by check: ${ r._check_name }: ${ r._message }."
4. (Optional) Personalize your message. By default, the message is "${strings.title(v: r._type)} for ${r._source_measurement} triggered at ${time(v: r._source_timestamp)}!"
5. Click **Export as Task** to create your alarm.
#### Output to bucket