Or: “Everybody likes being given a glass of water.”
By Merlin Mann.
It's only advice for you because it had to be advice for me.
Or: “Everybody likes being given a glass of water.”
By Merlin Mann.
It's only advice for you because it had to be advice for me.
This Bash script exposes a few functions to create a Grafana data source, and setup the InfluxDB database behind that. It has some configuration functions in the top. It is a continuation of the Python script offered in this Grafana issue comment.
$ ./grafana-influxdb-wiring.sh name_of_database
" | |
" Jesse Nelson <[email protected]> | |
" ab | |
"------------------------------------------------------------------------------- | |
" | |
" | |
set nocompatible " be iMproved | |
scriptencoding utf-8 | |
set encoding=utf-8 |