-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
61 lines (59 loc) · 1.72 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
app:
ES_ADDRESS: # set value in environment variable
CONSUL_ADDRESS: # set value in environment variable
CONFIG_FILE: # set value in environment variable
SLACK_CHAT_CHANNEL: # set value in environment variable
VERSION: # set value in environment variable
SMS_AWS_ID: # set value in environment variable
SMS_AWS_KEY: # set value in environment variable
SMS_AWS_REGION: # set value in environment variable
SMS_AWS_BUCKET: # set value in environment variable
syscheck:
diskcheck:
minCapacity: "4GB"
cpucheck:
cpuWarningUsage: 1.0
cpuMaximumUsage: 1.5
cpuMinimumUsageToRemove: 0.5
memorycheck:
memoryWarningUsage: "6GB"
memoryMaximumUsage: "7GB"
memoryMinimumUsageToRemove: "1GB"
repository:
elasticsearch:
index:
name: "sms-system-check"
shardNum: 2
replicaNum: 0
delivery:
channel:
pingCycle:
diskcheck: "5m"
cpucheck: "5m"
memorycheck: "5m"
srvcheck:
elasticsearch:
targetIndices: "_all"
maximumShardsNumber: 800 # default -> 900
jaegerIndexPattern: "jaeger-*"
jaegerIndexMinLifeCycle: "720h"
swarmpit:
swarmpitAppServiceName: "swarmpit_app"
swarmpitAppMaxMemoryUsage: "600MB"
consul:
checkTargetServices: "announcement,auth,club,outing,schedule"
consulServiceNameSpace: "DMS.SMS.v1.service."
dockerServiceNameSpace: "DSM_SMS_service-"
connCheckPingTimeOut: "2s" # default -> "5s"
repository:
elasticsearch:
index:
name: "sms-service-check"
shardNum: 2
replicaNum: 0
delivery:
channel:
pingCycle:
elasticsearchCheck: "12h"
swarmpitCheck: "6h"
consulCheck: "1m"