This repository has been archived on 2020-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
alerta.autonomic.zone/ansible/templates/alerta.conf

21 lines
491 B
Plaintext
Raw Normal View History

2020-04-09 17:06:09 +00:00
[DEFAULT]
endpoint = http://127.0.0.1:8080/api
2020-04-09 18:41:04 +00:00
key = {{ alerta_cli_api_key }}
2020-04-09 17:06:09 +00:00
output = psql
2020-04-09 18:27:36 +00:00
sslverify = no
2020-04-09 17:06:09 +00:00
timezone = Europe/London
[alerta-mailer]
amqp_url = mongodb://127.0.0.1:27017/kombu
dashboard_url = http://127.0.0.1:8080
2020-04-09 18:27:36 +00:00
debug = true
email_type = text
endpoint = http://127.0.0.1:8080/api
2020-04-09 17:20:11 +00:00
key = {{ alerta_mailer_api_key }}
mail_from = {{ mail_from }}
2020-04-09 18:27:36 +00:00
mail_to = {{ mail_to }}
skip_mta = false
2020-04-09 17:20:11 +00:00
smtp_password = {{ smtp_passwd }}
2020-04-09 18:27:36 +00:00
smtp_use_ssl = true
smtp_username = {{ smtp_username }}