Skip to content

Commit 0f55393

Browse files
committed
update-docs
1 parent bc119b8 commit 0f55393

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ The available events are:
327327
- `alert_priority_increased`: Alert priority increased
328328
- `alert_solved`: Alert was solved
329329
- `alert_unlocked`: Alert was unlocked
330-
- `alert_updated`: Alert was updated. It doesn't means that any information changed, only that the alert went through the update process. Not triggered when the alert was solved
330+
- `alert_updated`: Alert was updated. An alert is updated every time the monitor executes the `update` process. This event doesn't imply that any information about the alert or its linked issues has changed, only that the alert went through the update process. Not triggered when the alert was solved
331331

332332
**Issue events**
333333
- `issue_linked`: Issue was linked to an alert

src/plugins/slack/notifications/slack_notification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class SlackNotification:
5353
unacknowledged and the priority is greater than or equal to the minimum priority to mention. If
5454
the alert is updated and the alert continues to be unacknowledged, the mention will persist.
5555
When set to 'True', the mention will be deleted and sent again every time alert is updated, if
56-
the alert is not acknowledged and the priority is greater than or equal to the minimum priority
56+
the alert is unacknowledged and the priority is greater than or equal to the minimum priority
5757
to mention. This option can be used as a renotification. Defaults to `False`.
5858
- `issue_show_limit`: Maximum number of issues to show in the notification. If the limit is
5959
reached, the message `XXX more...` will be shown at the and of the issues list, where `XXX` is

0 commit comments

Comments
 (0)