-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix health-check listener monitor to accommodate the default 0.0.0.0 address #2
Comments
… address health check (cf. uhppoted/uhppoted-lib#2)
Reworked health check to match controller listen address against all IPv4 addresses exposed by the installed network interfaces when the listen address is Tested on MacOS and Ubuntu 22.04LTS. |
… address health check (cf. uhppoted/uhppoted-lib#2)
Fixed in release v0.8.1 |
Ref. uhppoted/uhppoted#14 (reply in thread)
|
May possibly be related to changes in the |
Explicitly converted IP addresses to IPv4 addresses in the health check. Pending confirmation and release (and unit test). |
Closing - release in v0.8.2 |
Ref. uhppoted/uhppoted#14
The health check listener address monitor checks the device listener address against the configured system listener address which fails when the configured listener address is set to the default ALL address (0.0.0.0):
(cf. healthcheck.go:L385)
With the default 0.0.0.0 address, the 'expected' health address check should match against at least:
Notes
The text was updated successfully, but these errors were encountered: