Browse Source

upd links

pull/18/head
rozetko 1 year ago
parent
commit
de2bafe7d7
  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/89ae5865-2ae7-474c-a6f0-f29d19e6b1dd" plugins install corpglory-dataexporter-app
grafana-cli --pluginUrl "https://code.corpglory.net/attachments/fa42eb7f-72b9-4a3e-a60e-33fbf7967b30" 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 http://code.corpglory.net/attachments/5f1c5e28-544b-416a-a425-7cdf49fa60ac -O corpglory-dataexporter-app.tar.gz
wget https://code.corpglory.net/attachments/fa42eb7f-72b9-4a3e-a60e-33fbf7967b30 -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/89ae5865-2ae7-474c-a6f0-f29d19e6b1dd;corpglory-dataexporter-app" \
-e "GF_INSTALL_PLUGINS=https://code.corpglory.net/attachments/fa42eb7f-72b9-4a3e-a60e-33fbf7967b30;corpglory-dataexporter-app" \
grafana/grafana
```

Loading…
Cancel
Save