Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 1830
blob8c8041c095e44146aebde377f84c4fc007e3f68d
1 Title: oracle_rman: added detection of INCR0/1 backups
2 Level: 1
3 Component: checks
4 Compatible: incomp
5 Version: 1.2.7i1
6 Date: 1427480633
7 Class: feature
9 There were problems with the old SQL in mk_oracle for the RMAN check. The result
10 are a lot of false alarms. This issue has been fixed with a new strategy in
11 selecting the data.
13 A positive side effect is the ability to monitor level 0+1 backups in different checks.
14 It is possible to monitor a weekly level 0 and daily level 1 backup with 2 different checks.
16 H2: Incompatible change:
17 This is an incompatible Change when <tt>ORA <DB_NAME>.DB_INCR</tt> are used in the past. The checkname
18 has been changed to <tt><DB_NAME>.DB_INCR_0</tt> and <tt><DB_NAME>.DB_INCR_1</tt> when 
19 level 1 backups are used.
21 This change requires a modification of existing rules due to change names for the checks.
23 Please don't forget to rediscover the RMAN checks.
25 There is a global variable which can be used to switch to the old behavior. Details are
26 documented in the manpage.