- Start the contrainers deploying the monitoring stack (Grafana + Prometheus + Node Exporter):
$ docker-compose --profile monitor up -d
- Login to Grafana at
http://your-ip:3000
with usernameadmin
and passwordadmin
The containers will restart automatically after rebooting unless they are stopped manually.
\