-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
48 lines (47 loc) · 1.17 KB
/
config.yaml
File metadata and controls
48 lines (47 loc) · 1.17 KB
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
notifier:
evolution_api_base: "${EVOLUTION_BASE}"
instance_key: "${EVOLUTION_INSTANCE}"
to_number: "${EVOLUTION_NUMBER}"
api_key: "${EVOLUTION_API_KEY}"
checks:
- name: fila-meli-sync
type: rabbitmq_queue
schedule: "*/1 * * * *"
rabbit:
mgmt_url: "${RABBIT_MGMT_URL}"
user: "${RABBIT_USER}"
pass: "${RABBIT_PASS}"
vhost: "${RABBIT_VHOST}"
queue: "meli-sync-publication-queue"
thresholds:
max_ready: 1000
max_unacked: 200
min_consumers: 1
severity: high
- name: fila-integrated-publication-picture-queue
type: rabbitmq_queue
schedule: "*/1 * * * *"
rabbit:
mgmt_url: "${RABBIT_MGMT_URL}"
user: "${RABBIT_USER}"
pass: "${RABBIT_PASS}"
vhost: "${RABBIT_VHOST}"
queue: "integrated-publication-picture-queue"
thresholds:
max_ready: 1000
max_unacked: 200
min_consumers: 1
severity: high
- name: health-api
type: http
schedule: "*/1 * * * *"
request:
url: "${MAIN_APP_API_URL}"
method: GET
timeout_ms: 2000
verify_tls: true
expect:
status: 200
max_latency_ms: 1000
contains: "OK"
severity: high