We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
influxdb 1.8.10 /etc/influxdb/influxdb.conf: auth-enabled = true
the authentication error only occurs if auth is enabled!
influxdb/src/InfluxDbConnectionFactory.php
Line 22 in 0b7b46c
fix: $v1 = new InfluxDbConnectionV1($curl, $baseUrl, $username, $password);
without patch:
with patch:
after patching the incubator you have to restart the vsphere service
Best Regards Nicolas
The text was updated successfully, but these errors were encountered:
Fix InfluxDB1 requires authentification
40b2b47
refs gipfl#1
No branches or pull requests
influxdb 1.8.10
/etc/influxdb/influxdb.conf:
auth-enabled = true
the authentication error only occurs if auth is enabled!
influxdb/src/InfluxDbConnectionFactory.php
Line 22 in 0b7b46c
fix:
$v1 = new InfluxDbConnectionV1($curl, $baseUrl, $username, $password);
without patch:
![2023-04-13 13_38_25-influxdb __ Icinga Web](https://user-images.githubusercontent.com/29682206/231747527-36d392e0-5923-4f14-b8f6-86509c180f05.png)
with patch:
![2023-04-13 13_36_24-influxdb __ Icinga Web](https://user-images.githubusercontent.com/29682206/231747520-d6b0f4fd-3aa8-4145-8183-31ddf0c71d4b.png)
after patching the incubator you have to restart the vsphere service
Best Regards Nicolas
The text was updated successfully, but these errors were encountered: