summaryrefslogtreecommitdiff
path: root/roles/monitoring/alerta/defaults/main.yml
blob: 0720e00ddbfcaadf33f5d6bb7298d26ea828f683 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
# alerta_base_path: /srv/alerta
# alerta_storage:
#   type: (zfs|lvm)
#   ...

# alerta_web_version: 8.7.0
# alerta_postgres_version: 14.2
# alerta_redis_version: 6.2.6

alerta_web_port: 8080

# alerta_web_secret_key: "randomstring"
# alerta_postgres_password: "secret"

alerta_plugins:
 - reject
 - blackout

# alerta_mailer:
#   severities: critical, major, minor
#   smtp_host: 192.0.2.1
#   smtp_port: 25
#   smtp_starttls: False
#   skip_mta: False
#   mail_to: admin@exmaple.com
#   mail_from: noreply@example.com
#   dashboard_url: https://alerta.example.com