File tree 5 files changed +29
-13
lines changed
5 files changed +29
-13
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services:
5
5
netdata-proxy :
6
6
build : netdata/netdata-proxy
7
7
depends_on :
8
- - netdata-netdata
8
+ - netdata-netdata
9
9
netdata-netdata :
10
10
build : netdata/netdata
11
11
hostname : netdata-sopoc.duckdns.org
@@ -14,15 +14,14 @@ services:
14
14
security_opt :
15
15
- apparmor:unconfined
16
16
volumes :
17
- - /etc/passwd:/host/etc/passwd:ro
18
- - /etc/group:/host/etc/group:ro
19
- - /proc:/host/proc:ro
20
- - /sys:/host/sys:ro
17
+ - /:/host:ro
18
+ # - /etc/passwd:/host/etc/passwd:ro
19
+ # - /etc/group:/host/etc/group:ro
20
+ # - /etc/os-release:/host/etc/os-release:ro
21
+ # - /dev:/host/dev:ro
22
+ # - /proc:/host/proc:ro
23
+ # - /sys:/host/sys:ro
24
+ - /var/run/docker.sock:/var/run/docker.sock:ro
25
+ - /var/run/libvirt/libvirt-sock-ro:/var/run/libvirt/libvirt-sock-ro:ro
21
26
environment :
22
- - DOCKER_HOST=netdata-docker-socket-proxy:2375
23
- netdata-docker-socket-proxy :
24
- image : tecnativa/docker-socket-proxy
25
- volumes :
26
- - /var/run/docker.sock:/var/run/docker.sock:ro
27
- environment :
28
- - CONTAINERS=1
27
+ - DOCKER_USR=root
Original file line number Diff line number Diff line change 1
1
FROM netdata/netdata
2
- COPY conf/ /etc/netdata/
2
+
3
+ COPY conf/ /etc/netdata/
4
+
5
+ # Requirements for python.d plugins
6
+ RUN apk add py2-pip
7
+ RUN pip install docker
8
+ RUN apk del py2-pip
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ max_procs: 0
10
10
# Enable/disable specific g.d.plugin module
11
11
modules:
12
12
nginx: yes
13
+ mysql: yes
Original file line number Diff line number Diff line change
1
+ jobs:
2
+ - name: misp-db
3
+ dsn: misp:misp@tcp(misp-db:3306)/
Original file line number Diff line number Diff line change
1
+ thehive-elasticsearch:
2
+ host: 'thehive-elasticsearch'
3
+ port: '9200'
4
+ node_status: yes
5
+ cluster_health: yes
6
+ cluster_staut: yes
7
+ indices_stats: no
You can’t perform that action at this time.
0 commit comments