maltyxx / docker-monit

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

Home Page:https://hub.docker.com/r/maltyxx/monit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maltyxx/docker-monit

About

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

Docker

Supported multi architectures

  • armv7 (arm32)
  • armv8 (arm64)
  • amd64 (x86_64)

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 -p 2812:2812 -e MONIT_USERNAME='admin' -e MONIT_PASSWORD='changeit' maltyxx/monit:latest

Dashboard

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

About

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

https://hub.docker.com/r/maltyxx/monit

License:MIT License


Languages

Language:Dockerfile 54.7%Language:Shell 45.3%