/simple-docker-monitoring

A docker-compose based monitoring deployment (Prometheus, Grafana, AlertManager) that sends Telegram alerts.

simple-docker-monitoring

How-to

Make sure that you have docker-compose installed, that you have a configured Telegram bot, then :

git clone https://github.com/LeRaymy/simple-docker-monitoring
cd simple-docker-monitoring
touch .env

Modify the alertmanager/alertmanager.yaml file with your information.

Launch the containers with :

docker-compose up -d