Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Jetty/Reference/jetty-monitor

< Jetty‎ | Reference
Revision as of 05:23, 29 April 2011 by Unnamed Poltroon (Talk)



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 integration with [java-monitor.com] service via a custom action. This integration allows posting the data about the server to a [java-monitor.com] 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