I'd like to add a plugin for Grafana (https://github.com/neuralfraud/grafana-prtg) because I need Grafana to display graphs for our PRTG system alongside your Docker ressources monitoring.
As I'm new to Docker I feel I need to make changes elsewhere in your code but I can't figure out what to modify.
Expected Behaviour
Add a secondary Datasource (PRTG)
Current Behaviour
When modifying docker-compose.yml, Grafana containers are constantly created.
Possible Solution
Installing Grafana with docker run -d -p 3000:3000 -v grafana_data:/var/lib/grafana -v /root/all_config/grafana/custom.ini:/var/share/grafana/conf/grafana.ini --name=grafana -e "GF_INSTALL_PLUGINS=jasonlashua-prtg-datasource" grafana/grafana is working fine
Steps to Reproduce (for bugs)
Provide a link to a live example, or steps to reproduce this bug. Include code to reproduce, if relevant:
Add environment: - GF_INSTALL_PLUGINS=jasonlashua-prtg-datasource to docker-compose.yml OR
Hello,
I'd like to add a plugin for Grafana (https://github.com/neuralfraud/grafana-prtg) because I need Grafana to display graphs for our PRTG system alongside your Docker ressources monitoring.
As I'm new to Docker I feel I need to make changes elsewhere in your code but I can't figure out what to modify.
Expected Behaviour
Add a secondary Datasource (PRTG)
Current Behaviour
When modifying docker-compose.yml, Grafana containers are constantly created.
Possible Solution
Installing Grafana with
docker run -d -p 3000:3000 -v grafana_data:/var/lib/grafana -v /root/all_config/grafana/custom.ini:/var/share/grafana/conf/grafana.ini --name=grafana -e "GF_INSTALL_PLUGINS=jasonlashua-prtg-datasource" grafana/grafana
is working fineSteps to Reproduce (for bugs)
Provide a link to a live example, or steps to reproduce this bug. Include code to reproduce, if relevant:
environment: - GF_INSTALL_PLUGINS=jasonlashua-prtg-datasource
to docker-compose.yml ORGF_INSTALL_PLUGINS=jasonlashua-prtg-datasource
to prometheus/grafana/config.monitoringYour Environment
Include as many relevant details about the environment you experienced the bug in
Docker version
docker version
(e.g. Docker 17.0.05 ): 20.10.1Operating System and version (e.g. Linux, Windows, MacOS): Red Hat Enterprise Linux Server release 7.9 (Maipo)