GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / oracle_tablespaces
blobca109c0bc482b9cb63f6ff1d061e505e792c024e
1 title: Various aspects of ORACLE tablespaces
2 agents: linux, hpux, solaris, windows
3 catalog: app/oracle
4 license: GPL
5 distribution: check_mk
6 description:
7  This check monitors the state of ORACLE tablespaces. It
8  checks the current and maximum size, the online state
9  and the autoextension and optionally the setting of
10  the increment size.
12  {Autoextension}: During inventory the autoextension setting is determined
13  and remembered for later.  That means that if the auto extension setting
14  changes later, the check will get critical. A table space may consist of
15  several data files with different settings.  If at least one data file
16  has auto extension turned on, the table space is considered to have auto
17  extension turned on. The behaviour of autoextension setting can be configured
18  with a check parameter.
20  {Increment size}: If the configuration parameter
21  {oracle_tablespaces_check_default_increment} is set to
22  {True} (which is the default), then the check will warn
23  you, if the increment size is set to the ORACLE default
24  value of {1} (which is generally considered as a non-optimal
25  setting).
27  {State}: Only table spaces in state {ONLINE} and {READONLY}
28  will be found by inventory and monitored. If the state changes
29  later, the check will {not} get critical. The state will
30  just be displayed. We assume that state changes are due
31  to normal operations.
33  {Size}: The logic of the size check depends on whether
34  autoextend is on or off. If auto extension is on, then
35  the still possible extensions are accounted for as free
36  spaces as well as the space currently free in the
37  data files. If auto extension is off, only the currently
38  free space will be honored. Table spaces in state {READONLY}
39  will {not} be checked for the size.
41  {temptablespace}: Ignore temporary Tablespace by default. This
42  can be changed when this parameter is True.
44  This check needs the Check_MK {mk_oracle}-plugin installed in
45  the agent. Please refer to the online documentation
46  for how to install that plugin.
48 item:
49  A string composited of the SID and the tablespace name,
50  separated by a dot, for example {"pengt.TEMP"}.
52 inventory:
53  One separate check will be created for each tablespace
54  which is {ONLINE}.