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
JDBC Monitoring
Re: JDBC Monitoring
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
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