Добавлена netdata
This commit is contained in:
parent
60d28e22dc
commit
bd7dd7d75f
1
Makefile
1
Makefile
@ -39,6 +39,7 @@ configure-test:
|
||||
--inventory="ansible/hosts_vagrant" \
|
||||
--extra-vars="ansible_python_interpreter=/usr/bin/python3" \
|
||||
--user="root" \
|
||||
--tags="monitoring" \
|
||||
ansible/amber.yml
|
||||
|
||||
configure-test-list-tags:
|
||||
|
@ -40,6 +40,24 @@
|
||||
tags:
|
||||
- webserver
|
||||
|
||||
- name: 'Create NetData container.'
|
||||
docker_container:
|
||||
name: netdata
|
||||
image: 'netdata/netdata:v1.15.0'
|
||||
restart_policy: 'always'
|
||||
published_ports:
|
||||
- '19999:19999'
|
||||
volumes:
|
||||
- '/proc:/host/proc:ro'
|
||||
- '/sys:/host/sys:ro'
|
||||
- '/var/run/docker.sock:/var/run/docker.sock:ro'
|
||||
capabilities:
|
||||
- 'SYS_PTRACE'
|
||||
security_opts:
|
||||
- 'apparmor:unconfined'
|
||||
tags:
|
||||
- monitoring
|
||||
|
||||
# Applications
|
||||
|
||||
- import_role:
|
||||
|
Loading…
Reference in New Issue
Block a user