kingleoric2010/check_tablespace
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.