Move influx.py to influx_utils.py

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-12-03 11:38:35 -08:00
parent a544ce8e59
commit 8a9e1f1473
2 changed files with 1 additions and 1 deletions

View File

@@ -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,