we have a Windows Server 2008 R2 running 4 virtual servers on a Server Farm, but currently the only way we're able to check the health of the servers is by RDP'ing on to the server that manages them and going into IIS. We would like to be able to have a webpage where we can see the healf of the servers and see which ones are available or unavailable.
Is there a way for us, to interact with the server (potentially via an API) and get information about the servers in our C# code?