|
|
@ -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/a5b15fd8-b675-46b3-ae56-6c68e22dfcd6" plugins install corpglory-dataexporter-app |
|
|
|
grafana-cli --pluginUrl "https://code.corpglory.net/attachments/03b4c35b-575a-4d8c-b211-60cc40966c72" 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/1e475686-fe9c-43dc-89cb-01ccee4fc4b3 -O corpglory-dataexporter-app.tar.gz |
|
|
|
wget https://code.corpglory.net/attachments/07908282-dc3b-4ca1-83d5-224c4139bd89 -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/a5b15fd8-b675-46b3-ae56-6c68e22dfcd6;corpglory-dataexporter-app" \ |
|
|
|
-e "GF_INSTALL_PLUGINS=https://code.corpglory.net/attachments/03b4c35b-575a-4d8c-b211-60cc40966c72;corpglory-dataexporter-app" \ |
|
|
|
grafana/grafana |
|
|
|
grafana/grafana |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|