epacke / BigIPReport

Overview of your loadbalancer configuration
https://loadbalancing.se
8 stars 2 forks source link

shrink PoolMembers text if duplicated #77

Closed timriker closed 6 years ago

timriker commented 6 years ago

If $PoolNamePort is the same as $MemberIPPort it would be nice to just show one instead of both with a dash between them.

Most of our pool members are just the IPs as the F5 does not allow easy renaming of names when DNS changes happen.

epacke commented 6 years ago

Show me an example of how you'd like it to look like?

timriker commented 6 years ago

if the pool member currently shows as: 10.1.2.3:80 - 10.1.2.3:80 - {icon} instead just show: 10.1.2.3:80 - {icon}

epacke commented 6 years ago

We use the server name as name of the node. This is relevant information imho. Proposing to close this issue? What do you think?

timriker commented 6 years ago

I was only proposing shrinking them if they are exact duplicates. They almost always are duplicates where I work now, but at many sites the name is something other than the IP and so displaying both makes sense.

epacke commented 6 years ago

I both agree and disagree here. In one way it's better to keep it for consistency across the report. However, showing the same information twice looks buggy. Especially since name and IP is not properly distinguished as ie. a column. Let's add this to the to-do list too. :)