Home Directory Plugins Databases Oracle Check tablespace usage and everything you can monitor by a SQL Query with Nagios

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Check tablespace usage and everything you can monitor by a SQL Query with Nagios

Current Version
1
Last Release Date
2012-10-17
Compatible With
  • Nagios 3.x
Owner
Hits
79026
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Hi dear friends, here you can find a simple java code to check everything you can check through a simple SQL script / query without installing any type of oracle client or instant client: all that you need is nagios core 3.x and a Java JDK 1.6.0_xx version.

The needed files to install the plugin are linked inside the installation guide in pdf format.

In this version you can use it to check your tablespaces status by specifying the Warning and Critical amount of free space.

I've also written 2 pages to explain how install and configure this simple plugin that may be very powerful.

Don't exitate to contact me for any question or problems you'll find... I wait your feedbacks
Reviews (4)
bydaviduco, February 8, 2016
0 of 2 people found this review helpful
I can't test this, the download link in the pdf file is broken.
Owner's reply

The link is working... just tested

bydbrisebois74, June 17, 2014
1 of 1 people found this review helpful
works as expected and well documented.
byrfults, August 22, 2013
This seems to be a repost of the below check with nothing new contributed to it:

http://exchange.nagios.org/directory/Plugins/Databases/Oracle/check_tablespace_oracle/details
Owner's reply

Hi rfults,
the core of a plugins that execute a query must be the same for every plugin that check something using a query.
This plugin displays the result in MB (instead of KB of the one linked by you) and may be modified to monitor everything you can check by a sql query.
The other difference is the guide step-by-step that allow you to install it in 4 minutes doing cut and paste from the three manual pages ;-)

byZanin, December 11, 2012
1 of 1 people found this review helpful
Some troubles with remote server ports, but the developer has been extremely kind to help me solve out my problem. Now it's perfect.
The step by step guide with download links is well written and is everything needed to install.