I don't do very heavy linux sysadmin, but we are up to ~35 servers that I run. I'm an engineer by trade and just know enough about linux to be able to help when things go wrong. Now that we have a decent amount of servers registered on the company DNS. It is hard to track which computer to use, so that you aren't bombarded by people training models or running some crazy sim on it. We have a dashboard that allows people to view what is most used, but I wanted an automated workflow. Someway I could just say ssh user@my-server-group and it would run through all the computers and check which had the "least usage" by a custom metric and then pass me along to that computer. Is this possible? I figure somebody has already made this. What are some alternatives?
Thanks!