-
-
Notifications
You must be signed in to change notification settings - Fork 920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Confguration of InfluxDB address #995
Comments
Hi, |
I was modifying the catalog setting on the V1.17 release and omitted the http:// prefix for my InfluxDB server. Obviously I got lots of errors. |
I'm not sure if it's the optimal solution, but see this PR #1062 |
Bypass daq connection if failure (#995)
This issue should be fixed in the latest version. let me know if you have any issues. |
Testing on Version 1.1.17-1370
When configuring Daq Connection Influx 2+,
Failure to Specify protocol in Server URL will break the runtime after a 'Restart' Command. Leaving no accesses to the system.
Daq Server URL 192.168.10.13:8086 would result in failure.
/server/_appdata/mysettings.json has to be manually edited too include http:// or https://
http://192.168.10.13:8086
Perhaps a validation check could be included to ensure https:// or http:// is included in the Daq Servers URL.
The text was updated successfully, but these errors were encountered: