Monitoring plug-in
Monitoring plug-in
You can add a new monitoring plugin to monitor a webapp based on the availability of specific resource to declare that the webapp is down if resource is unavailable.
When the /status/lb URL is requested for a webapp, if a health monitoring plug-in is available to check resource, the plug-in is configured for webapp,and the resource is available, an HTTP status 200 is returned.
When the /status/lb URL is requested for webapp, if a health monitoring plugin is available to check the resource, the plugin is configured for webapp, and resource is unavailable, an HTTP status 503 is returned.
Related Topics
Using the Health Monitor Status to Determine Web Application Health