Add Slack Alerts to Monitoring Projects page

This commit is contained in:
revital 2025-03-09 10:16:12 +02:00
parent 7a12796f3e
commit 1e7f48bf6b

View File

@ -49,7 +49,7 @@ class. By extending this class, you can:
* Send notifications via Slack or other channels * Send notifications via Slack or other channels
* Trigger automated responses based on specific task conditions * 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.) * Monitors task status (completion, failure, etc.)
* Sends notifications to a specified Slack channel * Sends notifications to a specified Slack channel