Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue in healthcheck.sh for IPv6 addresses (#56)
* Fix issue in healthcheck.sh for IPv6 addresses In my case, the `getent hosts` command returns an IPv6 address but `netstat -anp` gives IPv4 addresses, so the last check fails. With this change, the IPv4 address gets resolved correctly. * explicitly call for IPv4 when using getent
- Loading branch information