influxdb connector WIP

This commit is contained in:
Alexander Zobnin
2018-10-28 21:03:56 +03:00
parent 612052ed33
commit a3ab102a06
3 changed files with 170 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
import _ from 'lodash';
import { migrateDSConfig } from './migrations';
const SUPPORTED_SQL_DS = ['mysql', 'postgres'];
const SUPPORTED_SQL_DS = ['mysql', 'postgres', 'influxdb'];
const zabbixVersions = [
{ name: '2.x', value: 2 },
{ name: '3.x', value: 3 },