Branch: refs/heads/test_weblate2
Home: https://github.com/tribe29/checkmk
Commit: 1f1d3c9c9cc37f3b6ee1404ccc5ffcde708359ab
https://github.com/tribe29/checkmk/commit/1f1d3c9c9cc37f3b6ee1404ccc5ffcde7…
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: 786034a08241dd9752f0d06d96f1321a3dc88238
https://github.com/tribe29/checkmk/commit/786034a08241dd9752f0d06d96f1321a3…
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: 7f59a7b2fde71f161844314ed7d1542957d9252c
https://github.com/tribe29/checkmk/commit/7f59a7b2fde71f161844314ed7d154295…
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
Compare: https://github.com/tribe29/checkmk/compare/b616ff0b3792...7f59a7b2fde7
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
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
Compare: https://github.com/tribe29/checkmk/compare/d90671d2e0d7...f3b360217ccb
Branch: refs/heads/master
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