A Docker Compose based monitoring solution with the following components:
- Prometheus: Metrics collection and alerting
- Grafana: Visualization and dashboards
- cAdvisor: Container monitoring
- Node Exporter: System metrics exporter
- Clone the repository:
git clone https://github.com/omandiraci/MonitorStack.git
- Start the stack:
docker-compose up -d
- Access the services:
- Prometheus: http://localhost:9090
- Grafana: http://localhost:3000 (admin/admin)
- cAdvisor: http://localhost:8080
For detailed configuration and usage instructions, see the guide.md file.
MIT