bump versions of Grafana, Prometheus and mktxp

This commit is contained in:
Leon Morten Richter 2024-01-27 13:47:12 +01:00
parent 7fb2f02634
commit 379ca19bfb
No known key found for this signature in database
GPG key ID: 5D82B80298D52893
4 changed files with 25 additions and 22 deletions

View file

@ -74,7 +74,7 @@ Use Grafana & Prometheus to monitor Mikrotik devices. This projects serves as a
## Installation
## Mikrotik Router
At first you need to prepare your router.
At first you need to prepare your router.
Create a group on the device that has API and read-only access:
@ -99,7 +99,7 @@ Install Docker + Docker-compose (reboot required)
```bash
curl -sSL https://get.docker.com | sh
sudo usermod -aG docker ubuntu
sudo pip3 install docker-compose
sudo apt install docker-compose
sudo systemctl enable docker
sudo reboot
```
@ -159,7 +159,7 @@ You may adjust **blackbox/blackbox.yml** according to your needs.
## Multiple Nodes
It is possible to monitor multiple (Mikrotik) devices. Just change add as many devices to `mktxp/mktxp.conf` as you want.
It is possible to monitor multiple (Mikrotik) devices. Just change add as many devices to `mktxp/mktxp.conf` as you want.
## HTTPS
@ -186,7 +186,7 @@ server {
include ssl/self-signed.conf;
location / {
proxy_set_header Host $http_host;
proxy_set_header Host $http_host;
proxy_pass http://grafana:3000/;
}
}