From 7608356e32fa6c4afc14a3302b321cae9317edd9 Mon Sep 17 00:00:00 2001 From: Leon Morten Richter Date: Sun, 11 Jul 2021 16:42:32 +0200 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 25b8d7f..93a9fa1 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,18 @@ sudo usermod -aG docker ubuntu sudo pip3 install docker-compose sudo systemctl enable docker ``` + +Spin up Grafana and Prometheus: + +```bash +# Clone this repo +git clone https://github.com/M0r13n/mikrotik_monitoring.git + +# Go into the cloned directory +cd mikrotik_monitoring + +# Let docker-compose do it's job +sudo docker-compose up -d +``` + +Done. You should now be able to open the Grafana dashboard on Port 3000 of your Raspberry Pi.