mirror of
https://github.com/IgorKha/Grafana-Mikrotik.git
synced 2025-12-06 10:29:28 +00:00
updated grafana version
This commit is contained in:
parent
f1107cf89f
commit
aafa4316d5
4 changed files with 2093 additions and 363 deletions
File diff suppressed because it is too large
Load diff
16
README.md
16
README.md
|
|
@ -1,15 +1,17 @@
|
||||||
# Grafana-Mikrotik
|
# Grafana-Mikrotik
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
[](https://liberapay.com/~1772367/donate)
|
[](https://liberapay.com/~1772367/donate)
|
||||||
|
|
||||||
-----------
|
---
|
||||||
|
|
||||||
## 🐳 Deploy with docker-compose
|
## 🐳 Deploy with docker-compose
|
||||||
|
|
||||||
|
|
@ -55,7 +57,7 @@ docker-compose up -d
|
||||||
|
|
||||||
If you want to change the credentials, then edit the ".env" file
|
If you want to change the credentials, then edit the ".env" file
|
||||||
|
|
||||||
-----------
|
---
|
||||||
|
|
||||||
## Manual deploy
|
## Manual deploy
|
||||||
|
|
||||||
|
|
@ -82,7 +84,7 @@ If you want to change the credentials, then edit the ".env" file
|
||||||
|
|
||||||
3.Add dashboard <https://grafana.com/grafana/dashboards/14420>
|
3.Add dashboard <https://grafana.com/grafana/dashboards/14420>
|
||||||
|
|
||||||
-----------
|
---
|
||||||
|
|
||||||
### Docker snmp_exporter
|
### Docker snmp_exporter
|
||||||
|
|
||||||
|
|
@ -94,5 +96,5 @@ If you want to change the credentials, then edit the ".env" file
|
||||||
sudo docker run -d -p 9116:9116 mashinkopochinko/snmp_exporter_mikrotik:latest
|
sudo docker run -d -p 9116:9116 mashinkopochinko/snmp_exporter_mikrotik:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
-----------
|
---
|
||||||

|

|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ version: '3.9'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
grafana:
|
grafana:
|
||||||
image: grafana/grafana:9.0.0
|
image: grafana/grafana:9.0.5
|
||||||
env_file:
|
env_file:
|
||||||
- .grafana
|
- .grafana
|
||||||
container_name: mk_grafana
|
container_name: mk_grafana
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue