From 1e7f48bf6b6a2506a896311fff64325948a034f3 Mon Sep 17 00:00:00 2001 From: revital Date: Sun, 9 Mar 2025 10:16:12 +0200 Subject: [PATCH] Add Slack Alerts to Monitoring Projects page --- docs/getting_started/project_progress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/project_progress.md b/docs/getting_started/project_progress.md index 9f2932d2..aa1cd973 100644 --- a/docs/getting_started/project_progress.md +++ b/docs/getting_started/project_progress.md @@ -49,7 +49,7 @@ class. By extending this class, you can: * Send notifications via Slack or other channels * Trigger automated responses based on specific task conditions -ClearML provides an example Slackbot built using the [`Monitor`](https://github.com/clearml/clearml/blob/master/clearml/automation/monitor.py) class. The Slackbot does the following: +ClearML provides an example Slackbot built using the [`Monitor`](https://github.com/clearml/clearml/blob/master/clearml/automation/monitor.py) class. The example Slackbot does the following: * Monitors task status (completion, failure, etc.) * Sends notifications to a specified Slack channel