Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Jetty/Reference/jetty-monitor



Introduction

Jetty-monitor module allows developers and system administrators to monitor Jetty-based servers. It can run either inside Jetty process or as a standalone Java application, and can be used to monitor both regular and embedded Jetty servers. Jetty-monitor is as a consumer of Jetty JMX integration, allowing it to access MBeans that supply statistical and runtime information about Jetty components and web applications, as well as Java Virtual Machine itself. It can be configured to execute actions that are performed in the event trigger condition(s) based on value(s) of specified MBean attribute(s) are satisfied. Currently, only logging and console output actions are provided out of the box, with ability to easily add custom actions.

In addition, jetty-monitor provides an integration with Java-monitor service via a custom action. This integration allows posting the data about the server to a Java-monitor account and using it to monitor the server remotely as well as gathering information about server's performance and outages.


Additional Resources

See Jetty JMX tutorial for instructions on how to configure Jetty JMX integration.

Back to the top