Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / oracle_version
blobb6b19fe5686faab2a415747a9687c9091b000d6f
1 title: Version of an ORACLE database checked by login
2 agents: linux, hpux, windows, solaris
3 catalog: app/oracle
4 license: GPL
5 distribution: check_mk
6 description:
7  This check does a login into an ORACLE database and executes
8  a simple query outputting the version of the database. In contrary
9  to the other ORACLE checks this check is not cached and produces
10  an immediate error if the database login is not successfull.
12 item:
13  The SID of the database (as appearing in the process
14  name of the pmon_... process).
16 inventory:
17  One separate check for each database found running will
18  be created.