Refactoring: Moved check parameters from unsorted.py to dedicated modules (CMK-1393)
[check_mk.git] / checkman / oracle_jobs
blobed39396e5ba8964f7370e7ebe7838d81433fd990
1 title: ORACLE Database Jobs
2 agents: linux, solaris, hpux
3 catalog: app/oracle
4 license: GPL
5 distribution: check_mk
6 description:
7  This check monitors scheduler jobs configured in ORACLE
8  databases. It monitors all jobs whether or not their last
9  execution was successfull and the next execution is
10  scheduled. It also records the execution time of the jobs.
12  This check needs the Check_MK {mk_oracle}-plugin installed in
13  the agent. Please refer to the online documentation
14  for how to install that plugin.
16  {"disabled"}: The state of a job is ignored when this parameter
17  is {True}. This is the default behavior.
19  {"run_duration"}: Create a WARN or CRIT when the run duration
20  exceeds the time in seconds.
22 item:
23  {ORA} {<SID>.<JOB_OWNER>.<JOB_NAME>} {Job} for each entry from the
24  plugin.
26 inventory:
27  One separate check for each enabled job will be created.