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
FQDN node entries report up for the parent, when the iRule shows them as down.
Example json:
{ "success": true, "poolname": "/Common/pool_test.something_HTTPS", "memberstatuses": { "143.204.29.101:443": "up", "143.204.29.84:443": "up", "143.204.29.49:443": "up", "143.204.29.6:443": "up", ":::443": "down" } }
The FQDN entry itself shows up as "::" and the nodes that dns resolves to show up as the IPs.
in this case the pool entry had: data-member="any6:443" but the poll irule returned :::443 which might be the issue.
The BIG-IP ui shows the parent as up, but the irule shows it down. Not sure which we should trust. :)
Need to confirm if the irule is reporting correctly, and if so, probably update the status correctly on poll.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
FQDN node entries report up for the parent, when the iRule shows them as down.
Example json:
{
"success": true,
"poolname": "/Common/pool_test.something_HTTPS",
"memberstatuses": {
"143.204.29.101:443": "up",
"143.204.29.84:443": "up",
"143.204.29.49:443": "up",
"143.204.29.6:443": "up",
":::443": "down"
}
}
The FQDN entry itself shows up as "::" and the nodes that dns resolves to show up as the IPs.
in this case the pool entry had: data-member="any6:443" but the poll irule returned :::443 which might be the issue.
The BIG-IP ui shows the parent as up, but the irule shows it down. Not sure which we should trust. :)
Need to confirm if the irule is reporting correctly, and if so, probably update the status correctly on poll.
The text was updated successfully, but these errors were encountered: