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.

Automated stack installer — one command deploys Prometheus, Grafana, node-exporter, and cAdvisor with everything pre-wired. Log in and the Host Overview dashboard is already showing live metrics.
View on GitHub

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

PortPurpose
3000Grafana — dashboards (generated admin password)
9090Prometheus — metrics database (no auth; keep internal)

Overview

Why Use It

When You Need It

    Who Should Use It

      Real Use Cases

        Main Features

          How to Use After Installation

            Security Best Practices

              Ports and Firewall Notes

              Backup and Maintenance

                Common Mistakes

                  Troubleshooting

                    Alternatives

                    When Not to Use It

                    PrismaTechWork Professional Help

                      Contact Us

                      Frequently Asked Questions