|
|
|
@ -53,7 +53,7 @@
|
|
|
|
|
- Download Chartwerk panel |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
wget -O corpglory-chartwerk-panel-0.5.1.zip https://code.corpglory.net/attachments/4ab21067-0618-42de-8c9e-04ebfe114b39 |
|
|
|
|
wget -O corpglory-chartwerk-panel-0.5.1.zip https://code.corpglory.net/attachments/e1c563fd-10bf-4cb4-be12-be76377f3f1c |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
- Unpack downloaded files |
|
|
|
@ -77,7 +77,7 @@ You can install Chartwerk panel to Grafana in Docker passing it as environment v
|
|
|
|
|
```bash |
|
|
|
|
docker run \ |
|
|
|
|
-p 3000:3000 \ |
|
|
|
|
-e "GF_INSTALL_PLUGINS=https://code.corpglory.net/attachments/4ab21067-0618-42de-8c9e-04ebfe114b39;corpglory-chartwerk-panel" \ |
|
|
|
|
-e "GF_INSTALL_PLUGINS=https://code.corpglory.net/attachments/e1c563fd-10bf-4cb4-be12-be76377f3f1c;corpglory-chartwerk-panel" \ |
|
|
|
|
grafana/grafana |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|