This repository contains presentation for prometheus monitoring system deployed and manage with ansible.
Feel free to use it on meetups, conferences or just to show how easy monitoring can be.
Just go to https://presentation.cloudalchemy.org
This presentation can be used offline. Just use some simple webserver to host static files. For example do it by running simple python server:
- Run
python -m SimpleHTTPServer 8080
- In browser go to
localhost:8080
- Profit!