Skip to content

Quick monitoring setup using Prometheus, Prometheus Node Exporter and Promtail

Notifications You must be signed in to change notification settings

IanMinash/monitoring-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prometheus Setup

Quick setup of Prometheus, Prometheus Node Exporter extension and Promtail service. Grafana Loki is not included as it is assumed to be on an external host.

Prometheus

Version 2.34.0

See Prometheus Documentation here.

  • Port: 9090
  • Service Name: prom.service
  • CLI Args File: ./prometheus/config
  • Config File: ./prometheus/prometheus-config.yml

Prometheus Node Exporter

Version 1.3.1

See Prometheus Node Exporter Documentation here.

  • Port: 9100
  • Service Name: prom_node_exporter.service
  • CLI Args File: ./node_exporter/config

Promtail

Version 2.5.0

See Promtail Documentation here.

  • Port: 9080
  • Service Name: promtail.service
  • Config File: ./promtail/promtail-config.yml

About

Quick monitoring setup using Prometheus, Prometheus Node Exporter and Promtail

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages