Skip to content

Nagios/Icinga plugin for checking a local Oracle database's tablespaces.

License

Notifications You must be signed in to change notification settings

kingleoric2010/check_tablespace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Check Tablespace

Nagios/Icinga plugin for checking a local Oracle database's tablespaces.
The plugin is implemented in python and bash. The bash script is a small helper
which utilizes sqlplus to query the tablespace usage. 

## Installation

Before using the plugin you need to edit the "config" file.

## Usage

usage: check_tablespace.py [-h] [--warn WARN] [--crit CRIT] tablespace_pattern

Check Oracle tablespace usage.

positional arguments:
  tablespace_pattern

optional arguments:
  -h, --help          show this help message and exit
  --warn WARN
  --crit CRIT

## History

2015-04-26: First release.

About

Nagios/Icinga plugin for checking a local Oracle database's tablespaces.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published