Project · Prometheus · Grafana · Monitoring
Prometheus Stack Installer
A shell-based installer for quickly deploying a basic Prometheus monitoring stack with Prometheus, Node Exporter and Grafana.
prometheusinstall
node_exporterinstall
grafanainstall
firewalldoptional
What it is
A simple installer for bootstrapping a classic Prometheus monitoring stack. Useful for labs, small servers, demos and quick monitoring deployments.
Prometheus
Installs Prometheus as the core metrics storage and query engine.
Node Exporter
Adds host-level Linux metrics through Prometheus Node Exporter.
Grafana
Adds Grafana for dashboards and visualization.
Usage
Interactive installation:
git clone https://github.com/m0zgen/prometheus-stack-installer.git
cd prometheus-stack-installer
chmod +x install.sh
./install.shAutomatic installation:
./install.sh -aProject status
Legacy-friendly monitoring bootstrapper. Useful as a quick installer and reference for basic Prometheus + Node Exporter + Grafana deployments.