Files
wlan-lanforge-scripts/py-scripts/lf_influx_db.json
Chuck SmileyRekiere e7b1a639c8 lf_dataplane_test.py : added influx config read from json
lf_influx_db.json : sample file - may need a place for sample files

The influx db configuration can be read from a passed in json file
--influx_json <file.json> , there is not error checking
on if the parameters are entered correctly.

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-06-20 10:04:14 -06:00

12 lines
281 B
JSON

{
"influx_host":"192.168.100.201",
"influx_port": "8086",
"influx_org": "Candela",
"influx_token": "-u_Wd-L8o992701QF0c5UmqEp7w7Z7YOMaWLxOMgmHfATJGnQbbmYyNxHBR9PgD6taM_tcxqJl6U8DjU1xINFQ==",
"influx_bucket": "ben",
"influx_tag": "testbed Ferndale-01"
}