-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
46 lines (46 loc) · 1.19 KB
/
config.yaml
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
options:
debug:
default: false
type: boolean
description: |
Debug logging.
port:
type: int
default: 8080
description: |
Port to bind http service.
server_version:
type: string
default: 7.4.4
description: |
Version of alerta-server pip package.
client_version:
type: string
default: 7.4.0
description: |
Version of alerta pip package.
environments:
default: 'Production,Development,Staging'
type: string
description: |
Comma separated string of environment names
plugins:
default: 'reject'
type: string
description: |
Comma separated string of plugin names
columns:
default: 'severity,status,lastReceiveTime,duplicateCount,service,resource,event,value'
type: string
description: |
Comma separated string of column names
settings:
default: 'DEFAULT_NORMAL_SEVERITY=normal,HISTORY_LIMIT=100'
type: string
description: |
Add custom configuration (k1=v1,k2=v2,...) https://docs.alerta.io/en/latest/configuration.html.
slack:
default: false
type: boolean
description: |
Install Slack plugin, remember to add slack to config plugins to be enabled.