Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove InfluxDB 08 as a included data source #3523

Closed
torkelo opened this issue Dec 15, 2015 · 1 comment
Closed

Remove InfluxDB 08 as a included data source #3523

torkelo opened this issue Dec 15, 2015 · 1 comment
Milestone

Comments

@torkelo
Copy link
Member

torkelo commented Dec 15, 2015

As of Grafana 3.0 (master) InfluxDB 0.8 data source will no longer be included in official builds. But work as been done to make it easier to install plugins.

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.

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.

@torkelo
Copy link
Member Author

torkelo commented Dec 15, 2015

@torkelo torkelo added this to the 3.0 milestone Dec 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant