fix(slack): Notification settings URL in HighDiskUsage message (#5071)
This commit is contained in:
parent
f2e8a6a2a9
commit
5528212b41
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ public function toSlack(): SlackMessage
|
|||
$description .= "Tips for cleanup: https://coolify.io/docs/knowledge-base/server/automated-cleanup\n";
|
||||
$description .= "Change settings:\n";
|
||||
$description .= '- Threshold: '.base_url().'/server/'.$this->server->uuid."#advanced\n";
|
||||
$description .= '- Notifications: '.base_url().'/notifications/discord';
|
||||
$description .= '- Notifications: '.base_url().'/notifications/slack';
|
||||
|
||||
return new SlackMessage(
|
||||
title: 'High disk usage detected',
|
||||
|
|
|
|||
Loading…
Reference in a new issue