Video coming soon…
🎁 Setup the Monitoring Stack — Prometheus and Grafana, Live in One Command
Deploy a zero-touch monitoring stack on Ubuntu with Docker — Prometheus, Grafana, node-exporter, and cAdvisor, with the datasource and a Host Overview dashboard auto-provisioned so graphs are live on first login.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/stacks/monitoring-stack/monitoring-stack-ubuntu.sh
chmod +x monitoring-stack-ubuntu.sh
./monitoring-stack-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/stacks/monitoring-stack/monitoring-stack-ubuntu.sh
2 Make it Executable
chmod +x monitoring-stack-ubuntu.sh
3 Run the Installer
./monitoring-stack-ubuntu.sh
4 Log In to Grafana
http://your-server-ip:3000
Ports Used
| Port | Purpose |
|---|---|
| 3000 | Grafana — dashboards (generated admin password) |
| 9090 | Prometheus — metrics database (no auth; keep internal) |