Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.07 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.07 KB

This repository contains the documentation and materials for running a Prometheus and AlertManager workshop.

Pre-requisites

  1. Clone this repository.

  2. Download the following binaries:

  • prometheus
  • node-exporter
  • blackbox-exporter
  • alertmanager

Since these applications are written in Golang, the binaries are available for all major platforms from the Prometheus.

You also need to install Grafana. The procedure depends on your operating system but again all major platforms are supported.

  1. Python3 and virtualenv are required for the "Instrumenting applications" part.

Once downloaded, extract the archives and copy the executables to your PATH.