Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_oracle_tbs
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!
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
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
Reviews (0)
Be the first to review this listing!