Tablespace Quotas Help
karma allows tablespaces to be monitored like you monitor disk capacity with "df" in Unix. This is above and beyond the extents and fragmentation which you can monitor separately.

Here's a configuration example:

tablespace:15:85:95

In this example we're monitoring every 15 minutes, and if we're 85% full we flag a WARNING, and if we're 95% full we flag an alert. Be aware, however, that unlike filesystem level datafiles which fill bytes at a time, where it's useful to know exactly what % we're at tablespaces fill extents at a time. Extent based datafiles may be difficult to monitor as they can fill in arbitrarily large chunks at a time.