Getting Started
Ideal way to run Moni would be to set it up somewhere outside of your servers, so it doesn't go down with your production servers and can actually alert if they are down. To run Moni in a container you need to:
- Create
settings.yml
and define necessary settings (see Settings section). - Pull and run a Docker image from
podkosa/moni
If you're familiar with Docker Compose see example.docker-compose.yml
in the GitHub repo.