File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Sends a structured message to Slack based on the alert type.
49
49
- `channel_file` : *Optional.* File containing text which overrides `channel`. If the file cannot be read, `channel` will be used instead.
50
50
- `message` : *Optional.* The status message at the top of the alert. Defaults to name of alert type.
51
51
- `message_file` : *Optional.* File containing text which overrides `message`. If the file cannot be read, `message` will be used instead.
52
- - `text` : *Optional.* The status text at the top of the alert. Defaults to name of alert type .
52
+ - `text` : *Optional.* Additional text below the message of the alert. Defaults to an empty string .
53
53
- `text_file` : *Optional.* File containing text which overrides `text`. If the file cannot be read, `text` will be used instead.
54
54
- `color` : *Optional.* The color of the notification bar as a hexadecimal. Defaults to the icon color of the alert type.
55
55
- `disable` : *Optional.* Disables the alert. Defaults to `false`.
You can’t perform that action at this time.
0 commit comments