https://github.com/natthasath/docker-checkmk
Checkmk is an open-source monitoring tool for networks, servers and applications. It offers a web-based interface, plugins and checks for various services, making it versatile for monitoring IT infrastructures.
https://github.com/natthasath/docker-checkmk
checkmk docker-compose monitoring
Last synced: 7 months ago
JSON representation
Checkmk is an open-source monitoring tool for networks, servers and applications. It offers a web-based interface, plugins and checks for various services, making it versatile for monitoring IT infrastructures.
- Host: GitHub
- URL: https://github.com/natthasath/docker-checkmk
- Owner: natthasath
- License: mit
- Created: 2022-12-20T06:17:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T03:36:37.000Z (11 months ago)
- Last Synced: 2025-01-09T02:52:02.324Z (9 months ago)
- Topics: checkmk, docker-compose, monitoring
- Language: YAML
- Homepage: https://checkmk.com/
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🎉 Docker Checkmk
Checkmk is an open-source monitoring tool for networks, servers and applications. It offers a web-based interface, plugins and checks for various services, making it versatile for monitoring IT infrastructures.


### 🏆 Run
- [http://localhost:5000/](http://localhost:5000/) username : `cmkadmin` password : `...`
```shell
docker-compose up -d
```- Check username and password in container logs
```shell
docker logs container_id
```