Skip to Main Content

Hardware

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

bash script to check server URL or webpage and send an email alert

911172Jun 30 2017 — edited Jul 17 2017

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

This post has been answered by Nik on Jun 30 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 14 2017
Added on Jun 30 2017
3 comments
2,013 views