Branch: refs/heads/2.0.0
Home:
https://github.com/tribe29/checkmk
Commit: f48fe2e315d5898a6c0d0b1f61edf95e7d703d30
https://github.com/tribe29/checkmk/commit/f48fe2e315d5898a6c0d0b1f61edf95e7…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2022-04-27 (Wed, 27 Apr 2022)
Changed paths:
M agents/wnx/integration/test_section_fileinfo.py
M agents/wnx/watest/test-section_fileinfo.cpp
Log Message:
-----------
win-agent: Make testing independent from environment
CMK-10239
Change-Id: If82c9ecf052300e23480fe425d52f3b9007bf46d
Commit: 1e8433087fc9970d71ffa69d133d00c8206777ca
https://github.com/tribe29/checkmk/commit/1e8433087fc9970d71ffa69d133d00c82…
Author: Sofia Colakovic <sofia.colakovic(a)tribe29.com>
Date: 2022-04-27 (Wed, 27 Apr 2022)
Changed paths:
A .werks/14042
M agents/windows/plugins/mk_oracle.ps1
Log Message:
-----------
14042 FIX mk_oracle.ps1: $MK_CONFDIR and $MK_TEMPDIR defaults changed
$MK_CONFDIR and $MK_TEMPDIR now default to paths of the Windows agent
if they aren't set.
SUP-10065
Change-Id: Ib6fed27a7cdaf244e8396d94595ced6d38017e49
Commit: ec6e9d9e9172f0c2fe798602c2219123a32c18cb
https://github.com/tribe29/checkmk/commit/ec6e9d9e9172f0c2fe798602c2219123a…
Author: Sofia Colakovic <sofia.colakovic(a)tribe29.com>
Date: 2022-04-27 (Wed, 27 Apr 2022)
Changed paths:
A .werks/14043
M agents/windows/plugins/mk_oracle.ps1
Log Message:
-----------
14043 FIX mk_oracle.ps1: Fix crash if registry key isn't present
In some environments
"HKLM:\SYSTEM\CurrentControlSet\services\OracleService{ORACLE_SID}"
registry key was missing which caused the agent to crash.
Now, if this key isn't present we use
"HKLM:\SYSTEM\CurrentControlSet\services\OracleASMService{ORACLE_SID}"
registry key instead.
SUP-10065
Change-Id: I97e61232e8b2440cc77a3643315433171fbd0186
Compare:
https://github.com/tribe29/checkmk/compare/91f6401e2998...ec6e9d9e9172