Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 0db23eba84a30e8c96cad810c308d457b3fb93d5
https://github.com/tribe29/checkmk/commit/0db23eba84a30e8c96cad810c308d457b…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
A .werks/11498
M cmk/gui/watolib/__init__.py
Log Message:
-----------
11498 The dark theme is now used as default theme
Change-Id: Ibb137eb738209db6c856f0fb18660ad064dadbbc
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: d9b76c08fcf8a7b7db2bd4a9c384196c47755726
https://github.com/tribe29/checkmk/commit/d9b76c08fcf8a7b7db2bd4a9c384196c4…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
A .werks/11497
Log Message:
-----------
11497 FIX Notification spooler: Fix potential cluster issues when trying to stop mknotifyd
When running a failover cluster (like on the Checkmk appliance) it is important
to stop all services in a reliable way before the cluster data volume can be
unmounted and moved over to the other nodes.
Previously the mknotifyd init script (which is used by omd stop) was not
waiting for the mknotifyd to terminate after signaling a stop to the process.
In rare cases this could lead to failover failures, when the mknotifyd takes
too long to stop.
Change-Id: Ib0a4498e4ca03cac21e4d5360d06c381477f493b
Branch: refs/heads/test_weblate2
Home: https://github.com/tribe29/checkmk
Commit: d90671d2e0d7c2baac1f3f65d3e5e4030fc3ad2b
https://github.com/tribe29/checkmk/commit/d90671d2e0d7c2baac1f3f65d3e5e4030…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M agents/modules/windows/Makefile
M agents/modules/windows/build_environment.cmd
A agents/modules/windows/patch_environment.cmd
A agents/modules/windows/postinstall.cmd
M agents/modules/windows/save_python.cmd
M agents/wnx/include/tools/_process.h
M agents/wnx/src/engine/modules.cpp
M agents/wnx/test_files/unzip_test.zip
M agents/wnx/watest/test-modules.cpp
M agents/wnx/watest/test-zip.cpp
Log Message:
-----------
[CMK-5691] - fix Python Module
- introduce postinstall.cmd as postinstall script
- make link from DLLS -> .venv/scripts
Also, unit-testing and some lesser refactoring
Change-Id: I96b25a752981410db173a6874319d2df9f875ae5
Commit: a031beaa90d28ffe007d1a1a3900892761d5dac9
https://github.com/tribe29/checkmk/commit/a031beaa90d28ffe007d1a1a390089276…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M cmk/base/plugins/agent_based/job.py
M cmk/base/plugins/agent_based/local.py
M cmk/base/plugins/agent_based/site_object_counts.py
M cmk/base/plugins/agent_based/utils/bluecat.py
M cmk/base/plugins/agent_based/utils/ps.py
M cmk/base/plugins/agent_based/utils/temperature.py
M tests/unit/cmk/base/api/agent_based/test_clusterize_aggregate_node_details.py
M tests/unit/cmk/base/plugins/agent_based/test_bluecat_dhcp.py
M tests/unit/cmk/base/plugins/agent_based/test_bluecat_dns.py
M tests/unit/cmk/base/plugins/agent_based/test_brocade_optical.py
M tests/unit/cmk/base/plugins/agent_based/test_liebert_temp_air.py
M tests/unit/cmk/base/plugins/agent_based/test_local.py
M tests/unit/cmk/base/plugins/agent_based/test_ps_check.py
M tests/unit/cmk/base/plugins/agent_based/test_pulse_secure_users.py
M tests/unit/cmk/base/plugins/agent_based/test_site_object_counts.py
M tests/unit/cmk/base/plugins/agent_based/test_veritas_vcs.py
M tests/unit/cmk/base/test_checking.py
Log Message:
-----------
Check-API: use notice for details with hardcoded OK state
We prepare to prohibit the creation of Result instances that only
specify `details`, but not `summary` or `notice`.
For results with a hard coded OK state, using notice will have the
same effect.
CMK-5431
Change-Id: Idff7e89a64b0424ae1eccb872944cfc2808b71ab
Commit: f3b360217ccb57211d17cdb350cbb2c53acbff7a
https://github.com/tribe29/checkmk/commit/f3b360217ccb57211d17cdb350cbb2c53…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M cmk/base/api/agent_based/clusterize.py
M cmk/base/plugins/agent_based/job.py
M cmk/base/plugins/agent_based/local.py
M cmk/base/plugins/agent_based/pulse_secure_users.py
M cmk/base/plugins/agent_based/utils/bluecat.py
M cmk/base/plugins/agent_based/veritas_vcs.py
M tests/unit/cmk/base/api/agent_based/test_clusterize_aggregate_node_details.py
M tests/unit/cmk/base/plugins/agent_based/test_bluecat_dhcp.py
M tests/unit/cmk/base/plugins/agent_based/test_bluecat_dns.py
M tests/unit/cmk/base/plugins/agent_based/test_job.py
M tests/unit/cmk/base/plugins/agent_based/test_local.py
Log Message:
-----------
Check-API: Do not create a result instance in aggregate_node_details
Change-Id: I0ec732ca3479719d292d221f3c0517f46e8ff2fc
Commit: e9fe46338766d48ec07015765672a7bfd768f845
https://github.com/tribe29/checkmk/commit/e9fe46338766d48ec07015765672a7bfd…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
Log Message:
-----------
Merge branch 'master' into test_weblate2
Change-Id: Idb1bff95c1d15d554073a04d9642228a42b477aa
Compare: https://github.com/tribe29/checkmk/compare/e70e2c535415...e9fe46338766
Branch: refs/heads/test_weblate2
Home: https://github.com/tribe29/checkmk
Commit: 45f727dc1ca824edddf3ca6f73daff804d474716
https://github.com/tribe29/checkmk/commit/45f727dc1ca824edddf3ca6f73daff804…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M cmk/base/plugins/agent_based/job.py
M cmk/base/plugins/agent_based/local.py
M cmk/base/plugins/agent_based/utils/bluecat.py
M tests/unit/cmk/base/api/agent_based/test_clusterize_aggregate_node_details.py
M tests/unit/cmk/base/plugins/agent_based/test_local.py
Log Message:
-----------
Check-API: use notice for details with hardcoded OK state
We prepare to prohibit the creation of Result instances that only
specify `details`, but not `summary` or `notice`.
For results with a hard coded OK state, using notice will have the
same effect.
CMK-5431
Change-Id: Idff7e89a64b0424ae1eccb872944cfc2808b71ab
Commit: ef0a3d3fc66e149c327d450943d00105bc5815c5
https://github.com/tribe29/checkmk/commit/ef0a3d3fc66e149c327d450943d00105b…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M cmk/base/plugins/agent_based/job.py
M cmk/base/plugins/agent_based/local.py
M cmk/base/plugins/agent_based/utils/bluecat.py
M tests/unit/cmk/base/api/agent_based/test_clusterize_aggregate_node_details.py
M tests/unit/cmk/base/plugins/agent_based/test_local.py
Log Message:
-----------
Check-API: Do not create a result instance in aggregate_node_details
Change-Id: I0ec732ca3479719d292d221f3c0517f46e8ff2fc
Commit: ccefa8d6be1ddf32902d6f45c664831a666847a6
https://github.com/tribe29/checkmk/commit/ccefa8d6be1ddf32902d6f45c664831a6…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M cmk/base/plugins/agent_based/job.py
M cmk/base/plugins/agent_based/local.py
M cmk/base/plugins/agent_based/utils/bluecat.py
M tests/unit/cmk/base/api/agent_based/test_clusterize_aggregate_node_details.py
M tests/unit/cmk/base/plugins/agent_based/test_local.py
Log Message:
-----------
Check-API: use notice for details with hardcoded OK state
We prepare to prohibit the creation of Result instances that only
specify `details`, but not `summary` or `notice`.
For results with a hard coded OK state, using notice will have the
same effect.
CMK-5431
Change-Id: Idff7e89a64b0424ae1eccb872944cfc2808b71ab
Commit: 5585f0816f685b17d42eed7cfdc2c753c0f711e5
https://github.com/tribe29/checkmk/commit/5585f0816f685b17d42eed7cfdc2c753c…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M cmk/base/plugins/agent_based/job.py
M cmk/base/plugins/agent_based/local.py
M cmk/base/plugins/agent_based/utils/bluecat.py
M tests/unit/cmk/base/api/agent_based/test_clusterize_aggregate_node_details.py
M tests/unit/cmk/base/plugins/agent_based/test_local.py
Log Message:
-----------
Check-API: Do not create a result instance in aggregate_node_details
Change-Id: I0ec732ca3479719d292d221f3c0517f46e8ff2fc
Commit: 1579ad9a15d6c70c48f464dc173f3ef6e45b46a5
https://github.com/tribe29/checkmk/commit/1579ad9a15d6c70c48f464dc173f3ef6e…
Author: Weblate <noreply(a)weblate.org>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M locale/de/LC_MESSAGES/multisite.po
M locale/ro/LC_MESSAGES/multisite.po
Log Message:
-----------
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: checkmk2/test_weblate2
Translate-URL: https://translate.checkmk.com/projects/checkmk2/test_weblate2/
Change-Id: Iad7743e694dc793b0e1a900ed11e9999a6162dd8
Commit: e70e2c5354154356d813fb71a4a4b7e0bd2225bd
https://github.com/tribe29/checkmk/commit/e70e2c5354154356d813fb71a4a4b7e0b…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M locale/Makefile
Log Message:
-----------
Worked on locale/Makefile
Change-Id: Iec61c9496df68e322b7bccb168dad23f3b50a515
Compare: https://github.com/tribe29/checkmk/compare/d7e3913dfd1d...e70e2c535415