Monitoring Jenkins with Prometheus and Grafana
The repository will install for you Jenkins with plugins pre-instaled, Prometheus, Grafana
Start with Git Clone
git clone https://github.com/yosoyfunes/jenkins-prometheus-grafana
docker-compose build --pull --no-cache
docker-compose up --detach
Jenkins http://localhost:8080/
Prometheus http://localhost:9090/
Grafana http://localhost:3000/
"For Login Use: admin:admin"
- Jenkins: Performance and Health Overview (ID: 9964)
- Node Exporter for Prometheus Dashboard (ID: 1860)
- Node Exporter Full (ID: 11074)
docker-compose exec <prometheus/grafana/jenkins> bash
docker-compose down