https://github.com/sudo-burger/wzd-nagios-plugins
https://github.com/sudo-burger/wzd-nagios-plugins
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sudo-burger/wzd-nagios-plugins
- Owner: sudo-burger
- Created: 2021-05-23T20:35:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T21:24:48.000Z (almost 4 years ago)
- Last Synced: 2025-02-26T12:16:06.830Z (over 1 year ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.