-
Notifications
You must be signed in to change notification settings - Fork 3
/
dem_conf.yml
45 lines (43 loc) · 928 Bytes
/
dem_conf.yml
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
settings:
logging: info ## Log verbosity <debug, info (default), warn, error>
tags: ## List of tags you want to appear in notifications for identification purposes
- docker
inclusions:
- api
- taskengine
- traefik
- db
- pythonrpcserver
- rabbitmq
events: ## The Docker event types that you want to trigger alerts for
container:
- health_status
- oom
- destroy
- start
- stop
- restart
image:
- delete
plugin:
- install
- remove
volume:
- destroy
- create
network:
- destroy
daemon:
- reload
service:
- remove
node:
- remove
secret:
- remove
config:
- remove
integrations: ## Available integrations
slack:
enabled: True
url: <REPLACE WITH SLACK WEBHOOK URL>