We use health check endpoints for some of our website monitors that returns health details on the entire web farm. When the monitor checks the URL, our load balancer routes the request to one web server in the farm. That web server, which is behind the load balancer, queries the rest of the web servers in the farm getting the health state of all their web applications. The health check then returns a single JSON response that includes the state from each server and its apps. StatusGator helps us identify when some app on one of the servers returns "unhealthy" but then we need to dig to find which server and which app when we receive the alert.
It would be helpful if we could include the monitor response (full JSON) in the StatusGator alert email (body or attachment), thus giving us the ability to immediately identify which server and which app is returning "unhealthy" for quicker resolution.