blob: a38d737bcb5b1e3da7eb09d7bac7ce17ba4c4cb3 (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
---
# 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_alert_timeout: 3600
alerta_heartbeat_timeout: 1200
alerta_default_environment: Development
alerta_environments:
- Production
- Staging
- Development
# alerta_hearbeat_force_severity: 'critical'
alerta_plugins:
- reject
- blackout
alerta_plugin_blackout:
set_status: True
accept: ['normal', 'ok', 'cleared']
# alerta_plugin_heartbeat:
# events:
# - PrometheusAlertmanagerE2eDeadManSwitch
# alerta_plugin_prometheus:
# api_url: 'http://192.0.2.3:9093'
# use_externalurl_for_silences: False
# username: 'alerta'
# password: 'secret'
# silence_days: 1
# silence_from_ack: True
# 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
alerta_client_timezone: Europe/Vienna
|