An open API service indexing awesome lists of open source software.

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.

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.

![version](https://img.shields.io/badge/version-1.0-blue)
![rating](https://img.shields.io/badge/rating-★★★★★-yellow)
![uptime](https://img.shields.io/badge/uptime-100%25-brightgreen)

### 🏆 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
```