clean-up docker-compose files: remove version and ---

This commit is contained in:
Dziad Borowy
2025-05-16 20:54:32 +01:00
parent 307bff4aad
commit 0f04279afa
115 changed files with 130 additions and 367 deletions

View File

@@ -1,7 +1,7 @@
# CheckMK
- Pretty complete solution for whole infrastructure monitoring
- Based on Nagios
- Based on Nagios
- Complex UI (not very intuitive)
- Requires "some" learning & setup and doesn't do anything out of the box
@@ -14,13 +14,11 @@
## docker-compose.yml
```yml
---
version: '3.6'
services:
checkmk:
image: checkmk/check-mk-raw
container_name: checkmk
container_name: checkmk
restart: unless-stopped
ulimits:
nofile: 1024
@@ -31,6 +29,6 @@ services:
- ./monitoring:/omd/sites
```
- Open http://localhost:8080/cmk/check_mk/
- Open http://localhost:8080/cmk/check_mk/
- Username is `cmkadmin`
- Password is written in the logs when the container starts the first time, so just run `docker-compose logs` after starting the container