Check manual page of oracle_sessionsMay 02. 2012
oracle_sessionsAuthor: Mathias Kettner License: GPL Distribution: official part of Check_MK Supported Agents: Linux, HPUX This check monitors the number of active sessions in an
ORACLE database. You can set warn/crit levels.
This check needs the Check_MK mk_oracle-plugin installed in
the agent. Please refer to the online documentation
for how to install that plugin.
ItemThe SID of the database (as appearing in the process
name of the pmon_... process).
Check parameters
Performance dataOne value: the current number of active sessions.
InventoryOne separate check for each database found running will
be created.
Configuration variables
Examplesmain.mk # Set global default values to 20 sessions for # warning and 100 sessions for critical oracle_sessions_default_levels = (20, 100) # Set higher levels for productive systems # (having the host tag 'prod') check_parameters += [ ( (80, 160), [ 'prod' ], ALL_HOSTS, [ "ORA .* sessions" ]) ] |
| |||||||||||||||||||||||||||