Skip to content

yosoyfunes/jenkins-prometheus-grafana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins Prometheus Grafana

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

Visit the web UI by browsing to:

Jenkins    http://localhost:8080/
Prometheus http://localhost:9090/
Grafana    http://localhost:3000/

"For Login Use: admin:admin"

Grafana Dashboard:

  • Jenkins: Performance and Health Overview (ID: 9964)
  • Node Exporter for Prometheus Dashboard (ID: 1860)
  • Node Exporter Full (ID: 11074)

If you want to login into Docker container:

docker-compose exec <prometheus/grafana/jenkins> bash

When you're done, you can shut down the cluster using:

docker-compose down

Releases

No releases published

Packages

No packages published