diff --git a/README.md b/README.md index f8cccd1..337551e 100644 --- a/README.md +++ b/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 ```