URL monitoring with execultion for a range of value
Posted: Tue Dec 19, 2017 3:33 pm
Hello,
I have the requirement to monitor the URL with the authentication and need to ignore the alerts for the range from 2XX to 3XX. Need help in defining the same. Currently, i could define for only one range i.e. 200. Below is command line i have used.
Check_xi_service_http! -f ok -I xxx.xx.xxx.xxx -u '/' -S -p 443 -a 'xxxxxx:xxxxx' --expect=200!!!!!!!
Below is the output
HTTP CRITICAL - Invalid HTTP response received from host on port 443: HTTP/1.1 302 Found
I have the requirement to monitor the URL with the authentication and need to ignore the alerts for the range from 2XX to 3XX. Need help in defining the same. Currently, i could define for only one range i.e. 200. Below is command line i have used.
Check_xi_service_http! -f ok -I xxx.xx.xxx.xxx -u '/' -S -p 443 -a 'xxxxxx:xxxxx' --expect=200!!!!!!!
Below is the output
HTTP CRITICAL - Invalid HTTP response received from host on port 443: HTTP/1.1 302 Found