Skip to content

Grafana + Prometheus and friends via docker-compose

License

Notifications You must be signed in to change notification settings

bagg3rs/prom-grafana

Repository files navigation

Prometheus and Grafana Demo

Promethues, SNMP_Exporter, Blackbox_Exporter and Grafana which includes the image renderer container which enables rich notifications in slack/telegram etc

Prerequisites

Deploy the things

  • clone repo down to your machine
    • enter the cli and run git clone https://github.com/bagg3rs/prom-grafana
    • cd prom-grafana
    • create a docker network docker network create monitor-net
    • start the containers docker-compose up
  • the output from the containers will be shown in the terminal, to access grafana dashboard - open browser http://localhost:3000 username admin password changeme
  • access Prometheus Dashboard - http://localhost:9090 allows you to query and test metrics from Prometheus itself and other Exporters under Status > Targets
  • access Promethues SNMP_Exporter - http://localhost:9116
  • access Promethues Blackbox_Exporter - http://localhost:9115

About

Grafana + Prometheus and friends via docker-compose

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published