Hi Experts,
I am having a URL and I am checking its status from server as below,
curl -Is http://xyz.xxx.com:8000/cg/jsp/somethingframe.jsp | head -n1
HTTP/1.1 200 OK
Please suggest, how I may get a bash script to check URL status and send an email notification.
Thanks,
Abdul