GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / oracle_undostat
blob5a6ee0583c255c9d60e7cd547b65557973cd2aa5
1 title: Check Undo Retention of Oracle Instances
2 agents: linux, aix, hp/ux, Solaris
3 catalog: app/oracle
4 license: GPL
5 distribution: check_mk
6 description:
7  This check monitors the Undo Retention in the current Database Instance.
8  The Undo information  is very important in Oracle for read consistency
9  of SQL statements. In older time, there was no real monitoring of Undo
10  information and most users did only a monitoring of the Undo Tablespace
11  where that data is placed. Oracle introduced with 9i a new parameter
12  called undo_retention. The value describes the amount in seconds of
13  data that should be hold in the undo Tablespace.
15  The v$undostat has a column 'tuned_retention' which displays the
16  current number of seconds of Undo data availibe for read consistency.
17  This value could be monitored with this check.
19  The other important counter is nonspaceerrorcnt which counts the number
20  of 'out of space' events in the Undo Tablespace due to big amount of needed
21  data from current active transactions.
23  Normaly the checks goes to CRITICAL when a space error occurs. After ~
24  10 minutes the counter is resetted back to 0 and the state is OK again.
25  The state for this event could be configured with nospaceerrcnt_state.
26  There is no real usable value for the minimum amount of space errors.
28  This check needs the Check_MK {mk_oracle}-plugin installed in
29  the agent. Please refer to the online documentation
30  for how to install that plugin.
32 item:
33  The SID of the database in uppercase (as appearing in the process
34  name of the pmon_... process).