Jun 30, 2017
That's possible, but you'd miss out on the status of pool members that way. We are quite picky with how we do things at my company so I designed the script like this:
- The user needed to extract the information only needs guest access (which means that private keys or configuration changes are not an issue)
- The server extracting the information and the server that presents it can be separated. So you can basically run it from your client and write the data to a separate internal server.
In our case we run the script from a production server and the result is written to an internal server which is located in the office. That way no office equipment needs to access the load balancers.
/Patrik