An open API service indexing awesome lists of open source software.

https://github.com/sudo-burger/wzd-nagios-plugins


https://github.com/sudo-burger/wzd-nagios-plugins

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# WZD Nagios Plugins
## check_oracle.sh
Nagios plugin for monitoring Oracle databases.

Usage:
-H|--host
-P|--port
-S|--SID
-u|--user
-p|--password
-w|--warning
-c|--critical
-M|--mode [dgSst]
Modes:
d: number of deadlocks
g: percent used ASM diskgroup
S: percent used sessions of max configured
s: number of active user sessions
t: percent used of tablespace (requires -t)
-g|--asm-diskgroup
-t|--tablespace
-h|--help

Note that 'sqlplus' must be in PATH for this plugin to function.