ch1aki / prometheus-playground

Prometheus: Up & Running

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prometheus-playground

containers

  • prometheus (http://localhost:9090)
  • node-exporter (http://localhost:9100)
  • alertmanager (http://localhost:9093)
  • mailcatcher (http://localhost:1080)

start

$ docker-compose up -d

alertmanager test

  1. stop node(node-exporter container)

    $ docker-compose stop node
  2. check alert mail at localhost:1080

About

Prometheus: Up & Running


Languages

Language:Python 75.2%Language:Dockerfile 24.8%