Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 341 Bytes

File metadata and controls

11 lines (7 loc) · 341 Bytes

Start Containers

Start the containers deploying the monitoring stack (Grafana + Prometheus + Node Exporter):

$ docker-compose --profile monitor up -d

Login to Grafana at http://your-ip:3000 with username admin and password admin

The containers will restart automatically after rebooting unless they are stopped manually.