Skip to content

Toolbox

Lachezar Balev edited this page May 19, 2018 · 4 revisions

Overview

The purpose of the toolbox is to provide dockerized infrastructure necessary for the talk, namely:

  • Grafana
  • Prometheus
  • Alert Manager

Docker installation is required. The local ports which are allocated by the tools are 9090, 3000 and 9093.

Mac and Windows

This must be fairly easy. Navigate to the toolbox folder and execute:

toolbox$ docker-compose -f docker-compose.yml up

Linux

This is not that easy due to #264. Replace all occurrences of host.docker.internal with the IP of your host (wifi, ethernet interface). Then proceed as described above. This is not tested so please report an issue if it does not work.

Location of the tools

Prometheus backend

Grafana backend - credentials - admin/admin

Alert manager

Clone this wiki locally