mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 03:37:55 +00:00
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>
12 lines
281 B
JSON
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"
|
|
}
|
|
|
|
|
|
|
|
|