Add checkmk

This commit is contained in:
2025-12-11 12:29:06 +00:00
parent f53d42a33a
commit f44fc7f656

14
checkmk Normal file
View 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)