mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2025-12-21 09:29:31 +00:00
Update README.md
This commit is contained in:
parent
0080516134
commit
7608356e32
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
|
@ -43,3 +43,18 @@ sudo usermod -aG docker ubuntu
|
||||||
sudo pip3 install docker-compose
|
sudo pip3 install docker-compose
|
||||||
sudo systemctl enable docker
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue