Influxdb2 #3

Merged
d_mcknight merged 67 commits from influxdb2 into dev 2023-06-22 21:58:21 -07:00
Showing only changes of commit 7586d54464 - Show all commits

View file

@ -107,6 +107,7 @@ class INIParser(object):
valid = match(regex, url_check) is not None
if not valid:
return url_check
if inc_port:
self.logger.error('%s is invalid in module [%s]! URL must host/IP and '
'port if not 80 or 443. ie. localhost:8080',