Docker Monit image
Docker optimised Monit image.
SMTP_HOST
- define this or link with an SMTP container that provides SMTP_PORT_587_TCP_ADDR
USERNAME
- auth username (default: admin)PASSWORD
- auth password (required)ALERT_EMAIL
- alert email address/etc/monit/results
to the host and place the exit code of services to have them monitored. eg example.service.result
checks
which will automatically be added and run.
docker run --rm --hostname myhost \
--security-opt label:disable \
--privileged \
-v /:/host/:ro \
-v /dev:/host/dev \
quay.io/panubo/monit