JDBC Monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
micropact
Posts: 24
Joined: Thu Dec 19, 2013 3:56 pm

JDBC Monitoring

Post by micropact »

Hi Everyone,

We host a java web application that runs in Tomcat with a JDBC connection to an Oracle 11g server. We monitor the Tomcat containers themselves but we'd also like to monitor the connection between the application and the database server, which is where we have our most frequent problems. Any guidance on how to implement this type of monitoring? We'd really appreciate it.

Nate
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: JDBC Monitoring

Post by tmcdonald »

For most Java-based checks, JMX is a good place to start. A plugin for it can be found here:

http://exchange.nagios.org/directory/Pl ... mx/details

Note however the following:

[*]It might not do exactly what you need it to
[*]JMX can be a bit tricky to set up initially

https://blogs.oracle.com/jmxetc/entry/what_is_jmx
Former Nagios employee
Locked