Check manual page of oracle_undostat
Oracle Instance: Undo Retention
Distribution | Official part of Checkmk |
---|---|
License | GPLv2 |
Supported Agents | Linux AIX Hp/Ux Solaris |
The v$undostat has a column 'tuned_retention' which displays the current number of seconds of Undo data availibe for read consistency. This value could be monitored with this check.
The other important counter is nonspaceerrorcnt which counts the number of 'out of space' events in the Undo Tablespace due to big amount of needed data from current active transactions.
Normaly the checks goes to CRITICAL when a space error occurs. After ~ 10 minutes the counter is resetted back to 0 and the state is OK again. The state for this event could be configured with nospaceerrcnt_state. There is no real usable value for the minimum amount of space errors.
This check needs the Checkmk mk_oracle
-plugin installed in
the agent. Please refer to the online documentation
for how to install that plugin.
Item
The SID of the database in uppercase (as appearing in the process name of the pmon_... process).
Discovery
One service is created for each running database.