Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: ddc7ee1904b2653652c4ecfdb4d60508c4f29a4d
https://github.com/tribe29/checkmk/commit/ddc7ee1904b2653652c4ecfdb4d60508c…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2021-08-27 (Fri, 27 Aug 2021)
Changed paths:
M livestatus/src/TableStateHistory.cc
M livestatus/src/TableStateHistory.h
Log Message:
-----------
Refactoring: Extract log entry retrieval.
Now we are left with exactly 2 call sites for Logfile::getEntriesFor():
One in TableLog and one in TableStateHistory.
Change-Id: Iaad03753435166da7acc8935e5594daca5454f48
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 66e7266f48be263ce10b46ac167017506bce3e78
https://github.com/tribe29/checkmk/commit/66e7266f48be263ce10b46ac167017506…
Author: Ulrich Bschorer <ulrich.bschorer(a)tribe29.com>
Date: 2021-08-27 (Fri, 27 Aug 2021)
Changed paths:
A .werks/12824
M checks/ucs_bladecenter_faultinst
M checks/ucs_c_rack_server_faultinst
M checks/ucs_c_rack_server_power
M cmk/special_agents/agent_ucs_bladecenter.py
Log Message:
-----------
12824 FIX UCS Bladecenter: support monitoring of racks and blades in the same ucs domain
In previous versions only the rack was shown and the blades were ignored if racks and blades existed in
the same ucs domain.
This usecase is now supported by specifing and detecting the model type (rack or blade) of the requested class ids.
Change-Id: I1c920c095d59cc084eb75f0ba496e4820a0778ac
Commit: 486fcfaa466e42483ee9485dacd63915a7181d10
https://github.com/tribe29/checkmk/commit/486fcfaa466e42483ee9485dacd63915a…
Author: Ulrich Bschorer <ulrich.bschorer(a)tribe29.com>
Date: 2021-08-27 (Fri, 27 Aug 2021)
Changed paths:
A .werks/12825
M cmk/special_agents/agent_ucs_bladecenter.py
Log Message:
-----------
12825 FIX UCS Bladecenter: Fixed UNKNOWN for new versions of the rack class id "faultinst"
Fixed UNKNOWN for newer versions of the rack class id "faultinst".
Change-Id: I11d272dc480af43768e110e3d7c1412d5621c9ac
Compare: https://github.com/tribe29/checkmk/compare/5807cbb7e82f...486fcfaa466e
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 5807cbb7e82fd55c4a8286de315d85ce7b5bed00
https://github.com/tribe29/checkmk/commit/5807cbb7e82fd55c4a8286de315d85ce7…
Author: Weblate Transfer job <weblate(a)checkmk.com>
Date: 2021-08-26 (Thu, 26 Aug 2021)
Changed paths:
M locale/de/LC_MESSAGES/multisite.po
M locale/es/LC_MESSAGES/multisite.po
M locale/fr/LC_MESSAGES/multisite.po
M locale/it/LC_MESSAGES/multisite.po
M locale/ja/LC_MESSAGES/multisite.po
M locale/nl/LC_MESSAGES/multisite.po
M locale/pt_PT/LC_MESSAGES/multisite.po
M locale/ro/LC_MESSAGES/multisite.po
Log Message:
-----------
[Weblate] Updated translation files
Translation: checkmk/software
Translate-URL: https://translate.checkmk.com/projects/checkmk/software/
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: ef4ec867cda4df8e264b2d9be2b5ecd22fad48cb
https://github.com/tribe29/checkmk/commit/ef4ec867cda4df8e264b2d9be2b5ecd22…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2021-08-26 (Thu, 26 Aug 2021)
Changed paths:
M livestatus/src/TableLog.cc
M livestatus/src/TableLog.h
Log Message:
-----------
Refactoring: Move things related to log entry iteration together.
This is a first step towards removing feature envy: TableLog should
really not know about the details of Logfile, e.g. makeKey() etc.
Change-Id: Iceac85f7f1d879fc99e461c4a41895f94ca2939c
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: c8ffc7a4a3dd72292cfefca7c6cb1bab433e2efe
https://github.com/tribe29/checkmk/commit/c8ffc7a4a3dd72292cfefca7c6cb1bab4…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2021-08-26 (Thu, 26 Aug 2021)
Changed paths:
M agents/modules/windows/Makefile
M agents/modules/windows/build_the_module.cmd
M agents/modules/windows/exec_cmd.bat
M agents/modules/windows/readme.md
M agents/modules/windows/tests/Makefile
M agents/modules/windows/tests/integration/conftest.py
Log Message:
-----------
Windows Agent Python build procedure uses defines.make to build the module
- add to main makefile functionality to determine expected python version
- fix building script
- fix docu
- fix regression tests
- fix make of python 3.4.4
CMK-8499
Change-Id: Ifb8b323c0a9e16d865cea4d2d4cfd678141c979c