cleanup(influxdb_08): removed influxdb 0.8 data source as an built in official data source, moved it to an external plugin repo, https://github.com/grafana/datasource-plugin-influxdb-08, closes #3523

This commit is contained in:
Torkel Ödegaard
2015-12-15 11:21:00 +01:00
parent 27a0ef7ee8
commit f83d5f4280
25 changed files with 37 additions and 1466 deletions

View File

@ -29,7 +29,9 @@ func Init() error {
Panels = make(map[string]PanelPlugin)
scan(path.Join(setting.StaticRootPath, "app/plugins"))
scan(path.Join(setting.PluginsPath))
checkExternalPluginPaths()
return nil
}