KoderPlace
PostCode
Blog
Sign in
KoderPlace
KoderPlace
PostCode
Blog
Login
1 Searches Found
Shell Programming Site-Monitor Code Samples
Post Code Samples
Filters
Search Language
Search Tags
Apply
Shell Script to Monitor Site with Json content
sandeep
| 6 years, 5 months
a=`curl --insecure -I SITE-NAME | awk 'NR==1 {print $2}'` b=`wget -qO- --no-check-certificate SITEN
shell
Site-Monitor