🚧 This project is not ready 🚧
PingMetrics is a python application that pings to one or more targets and exposes the results in a metrics file. These metrics are read by prometheus. Configuration can be done and results can be seen in an Angular web interface.
- Docker
- Docker compose
git clone https://github.com/JeremyMahieu/PingMetrics.git
cd PingMetrics
docker-compose up
git pull
docker-compose up --build
- Frontend: http://localhost:10504/
- Backend api: http://localhost:10501/api/v1//
- Metrics: http://localhost:10502/metrics/
- Prometheus: http://localhost:10503/