What are my options or the best way to monitor a specific website address internally hosted on IIS ?
I need to be able to verify if the website & Application Pool is up and running by using the specific URL:
custom-app1.prodapp-vm1.domain.com/app1.api
custom-app2.prodapp-vm2.domain.com/app2.api
...
custom-app3.prodapp-vm3.domain.com/app3.api
shows the "Hello World" text, and then it is up and running. If not showing anything or an error message, then trigger the alert.
How to achieve that reliably with SAM or with Application Monitor, I need some steps and guidance.
Thanks.