Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.2.11
-
None
-
MXS-SPRINT-78, MXS-SPRINT-79, MXS-SPRINT-80, MXS-SPRINT-81, MXS-SPRINT-82, MXS-SPRINT-83
Description
MaxAdmin currently only prints IP addresses for hosts in its output. i.e.:
$ maxadmin list sessions
|
-----------------+-----------------+----------------+--------------------------
|
Session | Client | Service | State
|
-----------------+-----------------+----------------+--------------------------
|
215811 | ::ffff:10.1.1.6 | Galera-Service | Session ready for routing
|
216121 | ::ffff:10.1.1.5 | Galera-Service | Session ready for routing
|
216783 | ::ffff:10.1.1.1 | Galera-Service | Session ready for routing
|
Some users would like to have an option that would allow them to tell maxadmin to do reverse DNS lookups on IP addresses, and then to have the hostnames printed in addition to or instead of the IP addresses.