Sign inSign up

maltyxx/monit

By maltyxx

•Updated almost 5 years ago

Monit is a small Open Source utility for managing and monitoring Unix systems

Image
3

100K+

maltyxx/monit repository overview

⁠maltyxx/docker-monit

⁠About

Monit⁠ Docker image based on Alpine Linux.
If you are interested, check out⁠ my other 🐳 Docker images!

⁠Docker

⁠Use this image

⁠Variables

MONIT_USERNAME=user
MONIT_PASSWORD=changeit
⁠Command line

You can also use the following minimal command :

docker run -ti --name=monit --net=host --rm -v /:/host/:ro /var/run/docker.sock:/var/run/docker.sock -p 2812:2812 -e MONIT_USERNAME='admin' -e MONIT_PASSWORD='changeit' maltyxx/monit:latest

⁠Dashboard

apk add links && links http://admin:changeit@localhost:2812

Tag summary

Content type

Image

Digest

Size

7.4 MB

Last updated

almost 5 years ago

docker pull maltyxx/monit