This repository contains configuration and service files for setting up a monitoring stack on Linux.
- Prometheus: Metrics collection
- Node Exporter: Exposes host metrics
- Grafana: Visualization and dashboards
- Install binaries for Prometheus, Node Exporter, and Grafana
- Copy service files from this repo to
/etc/systemd/system/ - Edit
prometheus.ymlas per your targets - Enable and start services:
sudo systemctl daemon-reload sudo systemctl enable --now prometheus node_exporter grafana-server

