Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: e932ddffce806ab73bcd30a10aae65591fcc5e38
https://github.com/tribe29/checkmk/commit/e932ddffce806ab73bcd30a10aae65591…
Author: Sofia Colakovic <sofia.colakovic(a)tribe29.com>
Date: 2021-08-31 (Tue, 31 Aug 2021)
Changed paths:
A .werks/12930
M agents/check_mk_agent.aix
M agents/check_mk_agent.linux
M agents/check_mk_agent.solaris
Log Message:
-----------
12930 FIX check_mk_agent: Major Python version checked
There is an additional check in check_mk_agent for aix, solaris and linux that checks major version of python installed. This will prevent running the agent with a wrong python version.
SUP-6808
Change-Id: I630e03bdc0dd187cb4d71d3fc8d5e05403670e2c
Commit: d82140dd2b3445edd68564883722f999018f5898
https://github.com/tribe29/checkmk/commit/d82140dd2b3445edd68564883722f9990…
Author: Lukas Lengler <lukas.lengler(a)tribe29.com>
Date: 2021-08-31 (Tue, 31 Aug 2021)
Changed paths:
A checkman/aruba_fan_status
A cmk/base/plugins/agent_based/aruba_fans.py
A tests/unit/cmk/base/plugins/agent_based/test_aruba_fans.py
Log Message:
-----------
Add Aruba Fans Check Plugin
SUP-6876
Change-Id: Ib85eff19c84c21293481df8085e9d4f886c14a34
Compare: https://github.com/tribe29/checkmk/compare/e19e820a71c1...d82140dd2b34
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 88fae94d9275e6bb4fe35e6406b775243f92517b
https://github.com/tribe29/checkmk/commit/88fae94d9275e6bb4fe35e6406b775243…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-08-31 (Tue, 31 Aug 2021)
Changed paths:
M agents/check_mk_agent.aix
M agents/check_mk_agent.freebsd
M agents/check_mk_agent.linux
M agents/check_mk_agent.openwrt
M agents/check_mk_agent.solaris
A tests/agent-unit/test_log_section_time.sh
Log Message:
-----------
Checkmk agent profiling: make it (more) portable
'export -f' is not portable, in particular it is
not available on AIX or OpenWRT. While this solution
is a bit hacky, it will work without exporting a
function.
Change-Id: I45c0a046c1b35e8139a87c91b7bcb2456dd361ab
Commit: e19e820a71c131a6df0a6a198e5f5507639df0c9
https://github.com/tribe29/checkmk/commit/e19e820a71c131a6df0a6a198e5f55076…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2021-08-31 (Tue, 31 Aug 2021)
Changed paths:
M livestatus/src/TableStateHistory.h
Log Message:
-----------
Added warning comment.
Change-Id: I2c0e25678ff4c070d771e7643e4bb9737b8338a3
Compare: https://github.com/tribe29/checkmk/compare/477c70a52571...e19e820a71c1
Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: 179a0ee24cc24f6b6a766a21829d764a17eba695
https://github.com/tribe29/checkmk/commit/179a0ee24cc24f6b6a766a21829d764a1…
Author: Benedikt Seidl <benedikt.seidl(a)tribe29.com>
Date: 2021-08-31 (Tue, 31 Aug 2021)
Changed paths:
M cmk/gui/plugins/openapi/restful_objects/request_schemas.py
M cmk/gui/plugins/openapi/restful_objects/response_schemas.py
Log Message:
-----------
fix typos
Change-Id: I6aa6ebeca46d55b19edeb9bb2298479a0ab01d7d
Commit: f348689bf9e98d8b30df5136cc59a4e8602e4d03
https://github.com/tribe29/checkmk/commit/f348689bf9e98d8b30df5136cc59a4e86…
Author: Benedikt Seidl <benedikt.seidl(a)tribe29.com>
Date: 2021-08-31 (Tue, 31 Aug 2021)
Changed paths:
A .werks/13038
M cmk/gui/plugins/openapi/endpoints/folder_config.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_folder_config.py
Log Message:
-----------
13038 FIX REST API: title should be optional on update
Before this werk a HTTP status 400 was returned when trying to update a
folder config without providing a title, although the OpenAPI document
indicated that the title field was optional.
SUP-7195
Change-Id: I1529431bdbbc0e7891d8aa252477f18e32404f3c
Compare: https://github.com/tribe29/checkmk/compare/7cc66c5bb120...f348689bf9e9
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 8d0dfa134ab58e041e90d7d0dd6f59eaba3062a2
https://github.com/tribe29/checkmk/commit/8d0dfa134ab58e041e90d7d0dd6f59eab…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-08-30 (Mon, 30 Aug 2021)
Changed paths:
M tests/sh_test_runner.sh
Log Message:
-----------
shorten test output
In the case of all tests passing, this reduces
the output per test file from
---------------------------------------------------------
Running ./agent-plugin-unit/test_ibm_mq.sh
test_load_config
test_is_qm_monitored_no_config
test_is_qm_monitored_ONLY_QM
test_is_qm_monitored_SKIP_QM
test_is_qm_monitored_full_config
test_monitored_qm
test_excluded_qm
Ran 7 tests.
OK
to
Running ./agent-plugin-unit/test_ibm_mq.sh 7 tests OK
This makes it easier to see the relevant output.
Change-Id: Iadf00e7545e63b7fa9e17781bad8019bdd5a4808
Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: 7cc66c5bb12091a8fe726380acbfc4a9bc8ec3a5
https://github.com/tribe29/checkmk/commit/7cc66c5bb12091a8fe726380acbfc4a9b…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2021-08-30 (Mon, 30 Aug 2021)
Changed paths:
A .werks/12305
M cmk/fetchers/_base.py
M cmk/utils/exceptions.py
Log Message:
-----------
12305 FIX Silence unnecessary log entries on SNMP errors
This patch makes MKSNMPError an MKFetcherError. The protocol logs
these errors on INFO instead of CRITICAL. This is also consistent
with MKAgentError.
SUP-6854
Change-Id: I8e12118e159c4f90a5ec6164928a3e8e2b79dd3d
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 87ac40d5e28bd24fae13145e210cf9d78ea7dcb4
https://github.com/tribe29/checkmk/commit/87ac40d5e28bd24fae13145e210cf9d78…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-08-30 (Mon, 30 Aug 2021)
Changed paths:
A tests/agent-unit/test_mrpe.sh
Log Message:
-----------
add test for run_remote_plugins
Change-Id: Ib9b43ca229f35a5c5f4fda072b6d3780a74b0b92
Commit: 25a9fd404ecedf351f84afb6a30e71836443bff5
https://github.com/tribe29/checkmk/commit/25a9fd404ecedf351f84afb6a30e71836…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2021-08-30 (Mon, 30 Aug 2021)
Changed paths:
M cmk/core_helpers/snmp.py
M cmk/snmplib/snmp_scan.py
Log Message:
-----------
Typing: Prefer immutable collections
Change-Id: I59fc8f02bbc8396d1beaa52c6e8e9945bb858fa5
Commit: 55c08b5fd41163659067debab1e15844bdeebd92
https://github.com/tribe29/checkmk/commit/55c08b5fd41163659067debab1e15844b…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2021-08-30 (Mon, 30 Aug 2021)
Changed paths:
A .werks/12305
M cmk/utils/exceptions.py
Log Message:
-----------
12305 FIX Silence unnecessary log entries on SNMP errors
This patch makes MKSNMPError an MKFetcherError. The protocol logs
these errors on INFO instead of CRITICAL. This is also consistent
with MKAgentError.
SUP-6854
Change-Id: I8e12118e159c4f90a5ec6164928a3e8e2b79dd3d
Compare: https://github.com/tribe29/checkmk/compare/74a896e7a98b...55c08b5fd411
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 74a896e7a98bedead35d34762d37f40991a3024d
https://github.com/tribe29/checkmk/commit/74a896e7a98bedead35d34762d37f4099…
Author: Anastasiya Liatsetskaya <anastasiya.liatsetskaya(a)tribe29.com>
Date: 2021-08-30 (Mon, 30 Aug 2021)
Changed paths:
M cmk/base/modes/check_mk.py
M cmk/base/sources/programs.py
M cmk/core_helpers/snmp_backend/_utils.py
M cmk/core_helpers/snmp_backend/classic.py
M cmk/core_helpers/snmp_backend/stored_walk.py
M cmk/ec/main.py
M cmk/ec/rule_packs.py
M cmk/gui/background_job.py
Log Message:
-----------
Cleanup six.{remove_str, remove_binary} part2
CMK-8367
Change-Id: I38e8c243a91775deb812469e3b81665f26d68f74