update readme
This commit is contained in:
parent
4c829ebd82
commit
230a596e25
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@ for your Slack channel and adding the following configuration settings to `alert
|
|||
```
|
||||
SLACK_WEBHOOK_URL = 'https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX'
|
||||
SLACK_ATTACHMENTS = True # default=False
|
||||
SLACK_CHANNEL = '' # if empty then uses channel from incoming webhook configuration
|
||||
ALERTA_UI_URL = 'http://your.alerta.ui.url'
|
||||
ICON_EMOJI = '' # default :rocket:
|
||||
ALERTA_USERNAME = '' # default alerta
|
||||
|
||||
```
|
||||
|
||||
Lastly, add `slack` to the list of enabled plugins:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue