Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 4785
blobb804fdfc1ebfef102936cfe07d529778fe377472
1 Title: oracle_locks: New SQL for check
2 Level: 1
3 Component: checks
4 Class: fix
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.5.0i1
9 Date: 1497618876
11 The behavior of this check has been changed. There is no output
12 for object_owner and object_name anymore. This has been removed
13 for performance reasons. The check is moved from ASYNC to SYNC, due
14 to very easy SQL for getting the data. The problem with lot of wrong
15 alarms has been solved as well.
17 The old SQL is still existing for users who wants the object_owner
18 and object_name in check result. Please be aware that the old problems
19 are still there. Please make sure that the old check is configured
20 as ASYNC-Check. Otherwise you risk high performance issues in mk_oracle!
22 Please define the following lines in mk_oracle.cfg to get the old
23 behavior:
24 SYNC_SECTIONS="instance sessions logswitches undostat recovery_area processes recovery_status longactivesessions dataguard_stats performance"
25 ASYNC_SECTIONS="tablespaces rman jobs ts_quotas resumable locks_old"