|
|
@ -32,7 +32,7 @@ Grafana docs about plugin installation: [https://grafana.com/docs/grafana/latest |
|
|
|
|
|
|
|
|
|
|
|
#### Install / update plugin |
|
|
|
#### Install / update plugin |
|
|
|
```bash |
|
|
|
```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 |
|
|
|
sudo systemctl restart grafana-server |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
@ -46,7 +46,7 @@ sudo systemctl restart grafana-server |
|
|
|
|
|
|
|
|
|
|
|
- Download corpglory-dataexporter-app |
|
|
|
- Download corpglory-dataexporter-app |
|
|
|
```bash |
|
|
|
```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 |
|
|
|
- Unpack downloaded files |
|
|
@ -68,7 +68,7 @@ You can install Data Exporter App to Grafana in Docker passing it as the environ |
|
|
|
```bash |
|
|
|
```bash |
|
|
|
docker run \ |
|
|
|
docker run \ |
|
|
|
-p 3000:3000 \ |
|
|
|
-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 |
|
|
|
grafana/grafana |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|