Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 1901
blob2ea1a841ff79d2b9c6ad2357605ae774d4bc00a7
1 Title: mk_oracle: IGNORE_DB_NAME for special environments
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Version: 1.2.7i1
6 Date: 1427650928
7 Class: feature
9 There are very rare environments, where databases use the same DB_NAME on 1 host.
10 mk_oracle is not able to monitor such environments. This problem has been fixed
11 with this change.
13 H2: Important Note
14 When <tr>IGNORE_DB_NAME=1</tr> is configured in <tr>mk_oracle.cfg</tr> the name
15 of discovered checks will change from <tr>ORA <Database-Name> <Check></tr> to
16 <tr>ORA <Instance-Name> <Check></tr>.
18 The monitoring of Real Application Clusters or Standby Environments is not possible
19 with this parameter, because the checks don't use name which could be configured as
20 a clustered service.