How to use custom HTTP response codes with IPNetwork?

Can I use custom HTTP response codes with IPNetwork Monitor? Q: My Web application can return custom HTTP response codes. How can I set up IPNetwork to treat these codes as acceptable and set up required actions for them? A: In the HTTP(S) monitor settings you may specify a list of HTTP response codes. Generally, all server response codes starting with 400 are considered errors. If the server replies with such a response code, the resource being requested is considered unavailable and the monitor enters the Down state. You can list the acceptable response codes for both Down and Warning states in the corresponding sections on the monitor’s State Conditions tab:

Warning Accepted Reponse Codes section

If you need more fine grain behaviour, you can use Script or Program monitors to invoke external custom script or program which would use the returned HTTP response code as monitor performance value (see Script or Program Monitor parameters). Create Script or Program monitor and configure it. Script can be customized to switch monitor to one of the OK, Down and Warning states depending on the HTTP response code, and notifications may be configured to be sent upon entering and exiting from any of these states.
Related topics