Replies: 2 comments 2 replies
-
|
Local mode is disabled by default (for security reasons), so you need to enable it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
[plugin.marcusolsson-csv-datasource] GF_INSTALL_PLUGINS=alexanderzobnin-zabbix-app,grafana-clock-panel,marcusolsson-csv-datasource |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello i have linux and instaled grafana in docker
so how intall this plugin in grafana
i want open csv in my linux in the folder hassio/share
i fond some exemples :
docker run -d
-p 3000:3000
--name=grafana
-e "GF_SERVER_ROOT_URL=http://grafana.noto.local"
-e "GF_SECURITY_ADMIN_PASSWORD=noto"
-e "GF_INSTALL_PLUGINS=alexanderzobnin-zabbix-app"
-e "GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=alexanderzobnin-zabbix-datasource"
--restart unless-stopped
-v grafana-storage:/var/lib/grafana
grafana/grafana:7.2.0-ubuntu
i think to install to open a csv in my folder i only need to add
this line
-e "GF_INSTALL_PLUGINS=marcusolsson-csv-datasource" \
correct ?
this is the exemple of csv i want open
Volt,Volt,vento,luz,som,ar,time
,,,,,,
127.167,127.091,0.06,-0.118,0,0,"18/11/21, 2:25:01, ( Thursday )"
127.167,127.091,0.06,-0.118,0,0,"18/11/21, 2:25:04, ( Thursday )"
127.167,127.091,0.06,-0.118,0,0,"18/11/21, 2:25:06, ( Thursday )"
127.167,127.091,0.06,-0.118,0,0,"18/11/21, 2:25:10, ( Thursday )"
127.167,127.091,0.06,-0.118,0,0,"18/11/21, 2:25:12, ( Thursday )"
127.167,127.091,0.06,-0.118,0,0,"18/11/21, 2:25:16, ( Thursday )"
127.1,127.091,0.06,-0.118,0,0,"18/11/21, 2:25:19, ( Thursday )"
127.1,127.211,0.007,-0.065,0,0,"18/11/21, 2:25:21, ( Thursday )"
127.167,127.211,-0.087,-0.065,0,0,"18/11/21, 2:25:25, ( Thursday )"
127.167,127.308,-0.035,-0.118,0,0,"18/11/21, 2:25:27, ( Thursday )"
127.123,127.308,-0.111,-0.118,0,0,"18/11/21, 2:25:30, ( Thursday )"
127.123,127.043,-0.146,-0.083,0,0,"18/11/21, 2:25:34, ( Thursday )"
Beta Was this translation helpful? Give feedback.
All reactions