checkMK hinzugefügt
This commit is contained in:
1
checkmk/.env.sample
Normal file
1
checkmk/.env.sample
Normal file
@@ -0,0 +1 @@
|
||||
PASSWORD=changeMe
|
||||
15
checkmk/docker-compose.yml
Normal file
15
checkmk/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: "2.1"
|
||||
services:
|
||||
checkmk:
|
||||
image: checkmk/check-mk-raw:2.0.0-latest
|
||||
container_name: monitoring
|
||||
# +++ Zur Performance Verbsserung optional +++
|
||||
# command: --tmpfs /opt/omd/sites/cmk/tmp:uid=1000,gid=1000
|
||||
environment:
|
||||
- CMK_PASSWORD=${PASSWORD}
|
||||
volumes:
|
||||
- ./monitoring:/omd/sites
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- 8085:5000
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user