Jump to content

How to Monitor & Integration of Apache Tomcat & JMX using NewRelic Infra Agent?


Recommended Posts

To set up New Relic JMX monitoring, follow these steps:

  1. Install the New Relic infrastructure agent.
  2. Enable JMX monitoring.
  3. Configure the JMX integration.
  4. Restart the infrastructure agent.

Step 1: Install the New Relic infrastructure agent

If you haven’t already, install the New Relic infrastructure agent on your server. Follow the instructions on the New Relic website: https://docs.newrelic.com/docs/infrastructure/install-infrastructure-agent/get-started/install-infrastructure-agent/.

Step 2: Enable JMX monitoring

Once the infrastructure agent is installed, you need to enable JMX monitoring. You can do this in the New Relic UI or by editing the infrastructure agent configuration file.

To enable JMX monitoring in the New Relic UI:

  1. Go to one.newrelic.com.
  2. Click Integrations.
  3. Click Add integration.
  4. Select JMX and click Add.
  5. Click Enable.
image-110-1024x616.png image-111-1024x393.png image-112-1024x699.png image-113.png image-114-1024x825.png

To enable JMX monitoring in the infrastructure agent configuration file:

  1. Open the infrastructure agent configuration file in a text editor.
  2. Find the integrations section.
  3. Add the following lines to the integrations section:
jmx:
  enabled: true
  1. Save the configuration file and restart the infrastructure agent.

Step 3: Configure the JMX integration

Once JMX monitoring is enabled, you need to configure the JMX integration. You can do this in the New Relic UI or by editing the infrastructure agent configuration file.

To configure the JMX integration in the New Relic UI:

  1. Go to one.newrelic.com.
  2. Click Integrations.
  3. Click the JMX integration.
  4. Click Configure.
  5. Configure the integration settings.
  6. Click Save.

To configure the JMX integration in the infrastructure agent configuration file:

  1. Open the infrastructure agent configuration file in a text editor.
  2. Find the jmx section.
  3. Configure the integration settings.
  4. Save the configuration file and restart the infrastructure agent.

For more information on how to configure the JMX integration, see the New Relic documentation: https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/jmx-monitoring-install/.

Step 4: Restart the infrastructure agent

Once you have configured the JMX integration, you need to restart the infrastructure agent for the changes to take effect.

The post How to Monitor & Integration of Apache Tomcat & JMX using NewRelic Infra Agent? appeared first on DevOpsSchool.com.

View the full article

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...