Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: f5dde72d4c98f200e27081b12d8a81f86b6f01e3
https://github.com/tribe29/checkmk/commit/f5dde72d4c98f200e27081b12d8a81f86…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2021-07-29 (Thu, 29 Jul 2021)
Changed paths:
M agents/wnx/src/engine/service_processor.h
A agents/wnx/test_files/config/check_mk.basecall.test.ini
R agents/wnx/test_files/config/check_mk.test.ini
R agents/wnx/test_files/config/check_mk.test.out
M agents/wnx/watest/test-cfg.cpp
M agents/wnx/watest/test-cvt.cpp
Log Message:
-----------
Fix some unit test in Windows Agent
Change-Id: I3ca903c809b8e0f6985755b845fd0a210f04f765
Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: 0f6f8703f66173bd1bf3fd91dcc79cdb7cd498aa
https://github.com/tribe29/checkmk/commit/0f6f8703f66173bd1bf3fd91dcc79cdb7…
Author: Óscar Nájera <oscar.najera(a)tribe29.com>
Date: 2021-07-29 (Thu, 29 Jul 2021)
Changed paths:
A .werks/12994
M cmk/base/check_legacy_includes/ipmi_sensors.py
Log Message:
-----------
12994 FIX Add IPMI event "transition to OK"
"transition to OK" was unknown to the check-plugin and thus defaulted to a CRIT
state. Now this is fixed.
SUP-7066
Change-Id: Iad770ee93393fd5b75dab9fe9f9185ab3da9c3c1
Branch: refs/heads/1.6.0
Home: https://github.com/tribe29/checkmk
Commit: 20f3fd6807a28cb7e08559d3d4c31efc4eb42535
https://github.com/tribe29/checkmk/commit/20f3fd6807a28cb7e08559d3d4c31efc4…
Author: Óscar Nájera <oscar.najera(a)tribe29.com>
Date: 2021-07-29 (Thu, 29 Jul 2021)
Changed paths:
A .werks/12994
M checks/ipmi_sensors.include
Log Message:
-----------
12994 FIX Add IPMI event "transition to OK"
"transition to OK" was unknown to the check-plugin and thus defaulted to a CRIT
state. Now this is fixed.
SUP-7066
Change-Id: Iad770ee93393fd5b75dab9fe9f9185ab3da9c3c1
Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: 330bd70e9137a3a68e9027d0b6720ada50ba08ca
https://github.com/tribe29/checkmk/commit/330bd70e9137a3a68e9027d0b6720ada5…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-07-29 (Thu, 29 Jul 2021)
Changed paths:
A .werks/12848
M cmk/gui/watolib/host_rename.py
Log Message:
-----------
12848 FIX Fix remote host renaming timeouts in distributed setups
Renaming hosts in general is already executed in a background job
to prevent timeouts. But in distributed setups, when renaming a
host on a remote site, a longer taking renaming could result in
timeout errors. Errors like this could appear:
C+:
MKAutomationException: Got invalid data: Your request timed out after 110
seconds. This issue may be related to a local configuration problem or a
request which works with a too large number of objects. But if you think this
issue is a bug, please send a crash report.
C-:
With this change also the remote actions are executed asynchronously in a
background job and as a result will not result in a timeout anymore.
Change-Id: Ia9c200eb2f056945282b4d4fee3191b7ad79cc4f
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: f59c60ac84a431f64dcdec4e6032e018d3fc4d0a
https://github.com/tribe29/checkmk/commit/f59c60ac84a431f64dcdec4e6032e018d…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-07-29 (Thu, 29 Jul 2021)
Changed paths:
A .werks/12848
M cmk/gui/watolib/host_rename.py
Log Message:
-----------
12848 FIX Fix remote host renaming timeouts in distributed setups
Renaming hosts in general is already executed in a background job
to prevent timeouts. But in distributed setups, when renaming a
host on a remote site, a longer taking renaming could result in
timeout errors. Errors like this could appear:
C+:
MKAutomationException: Got invalid data: Your request timed out after 110
seconds. This issue may be related to a local configuration problem or a
request which works with a too large number of objects. But if you think this
issue is a bug, please send a crash report.
C-:
With this change also the remote actions are executed asynchronously in a
background job and as a result will not result in a timeout anymore.
Change-Id: Ia9c200eb2f056945282b4d4fee3191b7ad79cc4f
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 166e02f9d918668329cec7218abe48ae38b8f5dd
https://github.com/tribe29/checkmk/commit/166e02f9d918668329cec7218abe48ae3…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2021-07-29 (Thu, 29 Jul 2021)
Changed paths:
M tests/unit/cmk/gui/watolib/test_watolib_search.py
Log Message:
-----------
Make unit test for setup search run with CRE
Change-Id: I80d996681e5cd125007cc90956a97d9f134c7cf3