mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
Move influx.py to influx_utils.py
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -72,7 +72,7 @@ def main():
|
|||||||
tags=tags)
|
tags=tags)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
from influx import RecordInflux
|
from influx_utils import RecordInflux
|
||||||
grapher = RecordInflux(_influx_host=args.mgr,
|
grapher = RecordInflux(_influx_host=args.mgr,
|
||||||
_influx_port=args.mgr_port,
|
_influx_port=args.mgr_port,
|
||||||
_influx_db=args.influx_db,
|
_influx_db=args.influx_db,
|
||||||
|
|||||||
Reference in New Issue
Block a user