From 753dc00cdf38e25a18f7d9d367615ae949c0e4ef Mon Sep 17 00:00:00 2001 From: David Sheets Date: Tue, 12 May 2026 12:07:05 +0100 Subject: [PATCH] Update setting-up-an-alert.md: "threshold" "Threshold" has 2 h's only --- src/pages/kb/user-guide/alerts/setting-up-an-alert.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/kb/user-guide/alerts/setting-up-an-alert.md b/src/pages/kb/user-guide/alerts/setting-up-an-alert.md index 32ed98eea..8b55a5d02 100644 --- a/src/pages/kb/user-guide/alerts/setting-up-an-alert.md +++ b/src/pages/kb/user-guide/alerts/setting-up-an-alert.md @@ -18,7 +18,7 @@ order: 1 Redash alerts notify you when a field returned by a [**Scheduled Query**]({% link _kb/user-guide/querying/scheduling-a-query.md %}) meets a -threshhold. Use them to monitor your business. Or integrate them with tools like +threshold. Use them to monitor your business. Or integrate them with tools like Zapier or IFTTT to kickoff workflows such as user onboarding or support tickets. Alerts complement scheduled queries, but their criteria are checked after every execution. @@ -122,11 +122,11 @@ To resume notifications again, click the vertical ellipsis menu and choose _Unmu # Alert Statuses - `TRIGGERED` means that on the most recent execution, the _Value Column_ in - your target query met the _Condition_ and _Threshhold_ you configured. If your + your target query met the _Condition_ and _Threshold_ you configured. If your alert checks whether "cats" is above 1500, your alert will be triggered as long as "cats" is above 1500. - `OK` means that on the most recent query execution, the _Value Column_ did not - meet the _Condition_ and _Threshhold_ you configured. This doesn't mean that + meet the _Condition_ and _Threshold_ you configured. This doesn't mean that the Alert was not triggered previously. If your "cats" value is now 1470 your alert will show as OK. - `UNKNOWN` means Redash does not have enough data to evaluate the alert