Browse Source

upd links

pull/19/head
rozetko 11 months ago
parent
commit
3079ce5936
  1. 6
      README.md

6
README.md

@ -32,7 +32,7 @@ Grafana docs about plugin installation: [https://grafana.com/docs/grafana/latest
#### Install / update plugin
```bash
grafana-cli --pluginUrl "https://code.corpglory.net/attachments/fa42eb7f-72b9-4a3e-a60e-33fbf7967b30" plugins install corpglory-dataexporter-app
grafana-cli --pluginUrl "https://code.corpglory.net/attachments/a5b15fd8-b675-46b3-ae56-6c68e22dfcd6" plugins install corpglory-dataexporter-app
sudo systemctl restart grafana-server
```
@ -46,7 +46,7 @@ sudo systemctl restart grafana-server
- Download corpglory-dataexporter-app
```bash
wget https://code.corpglory.net/attachments/fa42eb7f-72b9-4a3e-a60e-33fbf7967b30 -O corpglory-dataexporter-app.tar.gz
wget https://code.corpglory.net/attachments/1e475686-fe9c-43dc-89cb-01ccee4fc4b3 -O corpglory-dataexporter-app.tar.gz
```
- Unpack downloaded files
@ -68,7 +68,7 @@ You can install Data Exporter App to Grafana in Docker passing it as the environ
```bash
docker run \
-p 3000:3000 \
-e "GF_INSTALL_PLUGINS=https://code.corpglory.net/attachments/fa42eb7f-72b9-4a3e-a60e-33fbf7967b30;corpglory-dataexporter-app" \
-e "GF_INSTALL_PLUGINS=https://code.corpglory.net/attachments/a5b15fd8-b675-46b3-ae56-6c68e22dfcd6;corpglory-dataexporter-app" \
grafana/grafana
```

Loading…
Cancel
Save