mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +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)
|
||||
|
||||
else:
|
||||
from influx import RecordInflux
|
||||
from influx_utils import RecordInflux
|
||||
grapher = RecordInflux(_influx_host=args.mgr,
|
||||
_influx_port=args.mgr_port,
|
||||
_influx_db=args.influx_db,
|
||||
|
||||
Reference in New Issue
Block a user