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
currently, we decide if the node is healthy or not based on just its response of the rmb call zos.system.version
zos.system.version
we can use the call zos.system.diagnostics instead, and make the node health depend on the SystemOk in the response
zos.system.diagnostics
SystemOk
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Omarabdul3ziz
No branches or pull requests
Is your feature request related to a problem? Please describe
currently, we decide if the node is healthy or not based on just its response of the rmb call
zos.system.version
Describe the solution you'd like
we can use the call
zos.system.diagnostics
instead, and make the node health depend on theSystemOk
in the responseThe text was updated successfully, but these errors were encountered: