File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,18 +18,18 @@ Grafana data source plugin for Rightech IoT platform
1818
1919``` sh
2020# download latest release
21- > wget https://github.com/Rightech/ric-datasource/releases/download/v3.1.30 /rightech-ric-datasource-3.1.30 .zip
21+ > wget https://github.com/Rightech/ric-datasource/releases/download/v3.1.31 /rightech-ric-datasource-3.1.31 .zip
2222
2323# system installation
24- > unzip rightech-ric-datasource-3.1.30 .zip -d /var/lib/grafana/plugins
24+ > unzip rightech-ric-datasource-3.1.31 .zip -d /var/lib/grafana/plugins
2525
2626# binary installation
27- > unzip rightech-ric-datasource-3.1.30 .zip -d ./data/plugins
27+ > unzip rightech-ric-datasource-3.1.31 .zip -d ./data/plugins
2828```
2929
3030Or docker installation:
3131``` sh
32- > unzip rightech-ric-datasource-3.1.30 .zip -d ./plugins
32+ > unzip rightech-ric-datasource-3.1.31 .zip -d ./plugins
3333> docker run -it -p 3000:3000 \
3434 -v " $( pwd) " /plugins:/var/lib/grafana/plugins \
3535 grafana/grafana:8.3.1
Original file line number Diff line number Diff line change 11{
22 "name" : " rightech-ric-datasource" ,
3- "version" : " 3.1.30 " ,
3+ "version" : " 3.1.31 " ,
44 "description" : " " ,
55 "scripts" : {
66 "build" : " grafana-toolkit plugin:build" ,
You can’t perform that action at this time.
0 commit comments