Skip to content

Commit

Permalink
Update nut-influxdbv2-exporter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dbsqp authored Jul 29, 2023
1 parent 346237d commit d13934e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nut-influxdbv2-exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
from influxdb_client import InfluxDBClient, Point, WriteOptions
from influxdb_client.client.write_api import SYNCHRONOUS
import json, socket
import requests
from requests.packages.urllib3.exceptions import InsecureRequestWarning

requests.packages.urllib3.disable_warnings(InsecureRequestWarning)


# NUT related variables
Expand Down

0 comments on commit d13934e

Please sign in to comment.