Welcome to docs.opsview.com
Web Exceptions
If there are errors caught by Catalyst, Opsview Web will redirect to the errors page.
It is possible to catch these errors and redirect to redirect to different URLs. See Utils/Weberrors.pm.
If you want to add a new exception, these are the steps:
- Update the test t/85weberrors.t
- Update the catch Utils/Weberrors.pm
- Check the test passes
- Cause the error in the web app. Check the link is correct
- Follow the link and update the documentation page with appropriate information
Trace: » usingscriptaculous » opsview3.2 » runningtests » webexceptions