Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Ben BrooksBen BrooksReporter
Ben BrooksBen BrooksStory Points
3Components
Sprint
NoneFix versions
Priority
CriticalInstabug
Open Instabug
Details
Details
Assignee
Ben Brooks
Ben BrooksReporter
Ben Brooks
Ben BrooksStory Points
3
Components
Sprint
None
Fix versions
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created April 30, 2021 at 3:20 PM
Updated August 31, 2024 at 10:57 AM
Resolved May 19, 2021 at 4:45 PM
The code to find a matching network interface to pull stats for assumes the configured interaface is an IP address, but it's just as valid (if not more) to specify a hostname instead.
When the interface is a hostname, discoverInterfaceName() fails to find a matching address from the list of system network interfaces, because it's still trying to match against a hostname instead of an address.
It would be handy if Sync Gateway performed a lookup to fetch IP addresses for a hostname if an IP address was not specified in the first place, before falling through to the existing code. This ensures machines that are able to resolve an address can accurately map it back to a given network interface.