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_oracle_tbs

Rating
0 votes
Favoured:
0
Hits
102326
Files:
FileDescription
check_oracle_tbscheck_oracle_tbs
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
Perl script for checking oracle tablespaces usage
This little perl script is able to check Oracle tablespaces usage. You can also specify a regex to exclude tablespaces if you do not want to check all tablespaces (example : UNDO tablespaces in Oracle 10g are usually close to full)

Usage : {{$0 -SID= -dbuser= -dbpassword= -w= -c= -e=(regex) -wauto=
-SID : Oracle SID
-dbuser : Oracle user
-dbpassword : Oracle password
-w : usage percent for warning
-c : usage percent for critical alert
-wauto : usage percent for warning on autoext tablespaces
-e=(regex) : regex for tablespace exclusion (example : -e='UNDOTBS0-9')
}}
If you do not use the -wauto option, autoext tablespaces are treated as same as non-autoext tablespaces