goettl79 / pres17-infracoders-dynamic-infrastructure-monitoring-with-prometheus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic Infrastructure Monitoring with Prometheus

This page contains slides and demos from my talk on dynamic software monitoring and devOps with prometheus given at infracoders meetup in Graz, Sep 2017. As I'm always appreciating feedback please tweet to @goettl<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

Video

<iframe src="https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2Finfralovers%2Fvideos%2F1960770547498524%2F&show_text=0&width=267" width="267" height="476" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allowFullScreen="true"></iframe>

Slides

<iframe src="//www.slideshare.net/slideshow/embed_code/key/BwMVAwFgpCIiCV" width="640" height="480" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe>
Slides Source, Happy DevOps!

Demo Setup Instructions

# Setup environment 
git clone https://github.com/goettl79/pres17-infracoders-dynamic-infrastructure-monitoring-with-prometheus.git
cd pres17-infracoders-dynamic-infrastructure-monitoring-with-prometheus/demo-prom-monitoring-gitblit
ansible-playbook playbook-local-host-setup.yml #adds necessary host entries to your /etc/hosts file
docker-compose up

# Start Browser on Services
google-chrome prometheus.infralovers.com & \
google-chrome grafana.infralovers.com & \
google-chrome gitblit.infralovers.com & 

# Start Integration / Performance Tests 
mvn install  test -f ../demo-prom-monitoring-gitblit/pom.xml

About


Languages

Language:HTML 99.9%Language:Java 0.1%