Post
Topic
Board Mining (Altcoins)
Re: RIG-MONITOR v1.2 - NEW VERSION
by
wishbone
on 15/09/2017, 03:37:48 UTC
Hey Rodney,
I`m managed to get grafana and everything done. However that CSV file import to the dashboard does not work, how do i import it? Why don't we use the GUI to get it installed but it needs to be in JSON format?

You need to make sure you're following his instructions from his latest post.  It's the latest one on his blog.  The instructions have changed slightly for importing csv files.

Code:
Import dashboards

Import template dashbords via sqlite:

sudo sqlite3 /var/lib/grafana/grafana.db

sqlite> .separator ","
sqlite> .import dashboards.csv dashboard

sqlite> .quit