I am currently trying to write a python script to check whether map services are up and responding. The first thing that came to mind for me to do this was to use the REST API and get a status response and/or to query the map service. This appears to be working so far but I am not sure if this is a true indication of whether a map service is available and responding. Does anyone have any experience with checking map service health or can verify that I am going about this the right way?