Implement a version of the O1/VES interface for SMO
[smo/ves.git] / collector / datasource.json
1 { "name":"VESEvents",
2   "type":"influxdb",
3   "access":"direct",
4   "url":"http://127.0.0.1:3330",
5   "password":"root",
6   "user":"root",
7   "database":"veseventsdb",
8   "basicAuth":false,
9   "basicAuthUser":"",
10   "basicAuthPassword":"",
11   "withCredentials":false,
12   "isDefault":false,
13   "jsonData":null
14 }