You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently nomad monitor -server-id= flag only supports the servers name (ie server1.global) and the special leader value. This is confusing and it should allow for querying based off of the servers UUID as well.
The -server-id flag should support its server name (server1.global), the special "leader" case to query the current leader, and the servers UUID which can be found using nomad server members -detailed.
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Issue
Currently
nomad monitor -server-id=
flag only supports the servers name (ie server1.global) and the specialleader
value. This is confusing and it should allow for querying based off of the servers UUID as well.The
-server-id
flag should support its server name (server1.global), the special "leader" case to query the current leader, and the servers UUID which can be found usingnomad server members -detailed
.The text was updated successfully, but these errors were encountered: