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> bashdocker-compose down