Service URL Monitoring
Posted: Tue Mar 15, 2016 9:27 am
Hi All,
We are monitoring Service URL status using Nagios. Currently application has been upgraded, once after the upgrade I can see lot of alerts getting triggered stating that "WEB SITE is having problems".
Below is the command used to check the URL Status
/usr/bin/curl -A "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)" --basic "http://xx-xxxx-xxx.xxx.xxx.com" | /bin/grep xxxx
Upgraded application version supports IE 11, so I have corrected the above command with the new IE version but still its showing in Warning status.
/usr/bin/curl -A "Mozilla/4.0 (compatible; MSIE 11.0; Windows NT 6.0)" --basic "http://xx-xxxx-xxx.xxx.xxx.com" | /bin/grep xxxx
Please provide your comments.
Thanks In Advance
We are monitoring Service URL status using Nagios. Currently application has been upgraded, once after the upgrade I can see lot of alerts getting triggered stating that "WEB SITE is having problems".
Below is the command used to check the URL Status
/usr/bin/curl -A "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)" --basic "http://xx-xxxx-xxx.xxx.xxx.com" | /bin/grep xxxx
Upgraded application version supports IE 11, so I have corrected the above command with the new IE version but still its showing in Warning status.
/usr/bin/curl -A "Mozilla/4.0 (compatible; MSIE 11.0; Windows NT 6.0)" --basic "http://xx-xxxx-xxx.xxx.xxx.com" | /bin/grep xxxx
Please provide your comments.
Thanks In Advance