Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 941 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 941 Bytes

Kantab monitoring

In production, this project contains some monitoring features. It uses Prometheus & Grafana.

Start the project in production in Docker containers

$ docker-compose up --build -d

UI

Prometheus UI

http://<docker-ip>:9090

Grafana UI

  • Username: admin
  • Password: admin
http://<docker-ip>:9000

Alert manager

It starts a prom/alertmanager instance. To configure alert channels, edit the alertmanager/config.yml file. To configure alerts, edit the prometheus/alert.rules file.

The prometheus/prometheus.yml file contains the Prometheus server settings.