Skip to content

appunni-m/influxdb-08-datasource

 
 

Repository files navigation

Starting in Grafana 3.x the InfluxDB 0.8 data source is no longer included out of the box.

But it is easy to install this plugin!

Documentation

InfluxDB Plugin Documentation

Alternative installation method - Clone into plugins directory

Either clone this repo into your grafana plugins directory (default /var/lib/grafana/plugins if your installing grafana with package). Restart grafana-server and the plugin should be automatically detected and used.

git clone [email protected]:grafana/datasource-plugin-influxdb-08.git
sudo service grafana-server restart

Clone into a directory of your choice

The edit your grafana.ini config file (Default location is at /etc/grafana/grafana.ini) and add this:

[plugin.influxdb08]
path = /home/your/clone/dir/datasource-plugin-influxdb-08

Note that if you clone it into the grafana plugins directory you do not need to add the above config option. That is only if you want to place the plugin in a directory outside the standard plugins directory. Be aware that grafana-server needs read access to the directory.

About

Data source plugin for InfluxDB 0.8.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.9%
  • TypeScript 29.0%
  • HTML 21.1%