Enable rocket chat notifications
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -53,11 +53,16 @@ PLUGINS = [
|
||||
"amqp",
|
||||
"blackout",
|
||||
"normalise"
|
||||
"rocketchat",
|
||||
]
|
||||
|
||||
AMQP_URL = "{{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/alerta"
|
||||
AMQP_TOPIC = "notify"
|
||||
|
||||
ROCKETCHAT_WEBHOOK_URL = "{{ rocket_chat_webhook_url }}"
|
||||
ROCKETCHAT_CHANNEL = "{{ rocket_chat_channel }}"
|
||||
DASHBOARD_URL = "https://{{ domain }}"
|
||||
|
||||
DATABASE_URL = "{{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/{{ db_name }}"
|
||||
DATABASE_NAME = "{{ db_name }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user