Build your own monitoring dashboard in Grafana, powered by Prometheus metrics collected with the node exporter. You will log in, create a dashboard, and add live panels for CPU usage, server uptime and memory usage — no terminal needed, everything happens in the Grafana UI.
Get into Grafana and set up your own personal, empty dashboard.
workshop-<your_name> keeps dashboards apart and easy to demo at the end.Add your first panel: a live graph of CPU usage, fed by node exporter metrics through PromQL.
node_cpu_seconds_total.A different panel type for a different kind of question: how many monitored servers are up and how many are down?
up — the built-in health metric.Instead of building a panel from scratch, you will duplicate the CPU panel and turn it into a network traffic panel — exactly how real dashboards grow.
node_network_receive_bytes_total.You built panels by hand — now let the community do the heavy lifting: import the most popular node exporter dashboard from grafana.com.