tmp: grafana stuff
This commit is contained in:
7
ops/grafana/grafana-setup.sh
Normal file
7
ops/grafana/grafana-setup.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Install the SQLite plugin
|
||||
grafana cli --homepath . --config conf/grafana.ini --pluginsDir /memory/plugins plugins install frser-sqlite-datasource
|
||||
|
||||
# Run the server
|
||||
grafana server --homepath . --config conf/grafana.ini
|
||||
Reference in New Issue
Block a user