Add checkmk
This commit is contained in:
14
checkmk
Normal file
14
checkmk
Normal file
@@ -0,0 +1,14 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
checkmk:
|
||||
image: checkmk/check-mk-raw:latest
|
||||
container_name: checkmk
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8083:5000" # web GUI
|
||||
volumes:
|
||||
- /data/compose/chheckmk/checkmk_data:/omd/sites # persistentní data
|
||||
- /data/compose/chheckmk/plugins:/omd/sites/monitoring/local/share/check_mk
|
||||
environment:
|
||||
- CMK_SITE_ID=monitoring # jméno site (např. monitoring)
|
||||
Reference in New Issue
Block a user