Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: a6962d0a888c5a03bbc37d94ca1dd9a2465b5ab2
https://github.com/tribe29/checkmk/commit/a6962d0a888c5a03bbc37d94ca1dd9a24…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-05-31 (Sun, 31 May 2020)
Changed paths:
M cmk/base/api/agent_based/register/check_plugins_legacy.py
M tests-py3/unit/cmk/base/api/agent_based/register/test_check_plugins_legacy.py
Log Message:
-----------
CheckAPI: resolve strings in discovery parameters
During discovery we resolve all strings to what ever the
default parameters were at the time the plugin was loaded.
Change-Id: I895b1e98325e418038d0ee3aa14377b1cacab14b
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: a9ab4ae70525c875b6eedc2e74ab5b3293afe10e
https://github.com/tribe29/checkmk/commit/a9ab4ae70525c875b6eedc2e74ab5b329…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
M cmk/base/config.py
M cmk/base/data_sources/__init__.py
M cmk/base/data_sources/ipmi.py
M cmk/base/data_sources/piggyback.py
M cmk/base/data_sources/programs.py
M cmk/base/data_sources/snmp.py
M cmk/base/data_sources/tcp.py
M cmk/base/discovery.py
Log Message:
-----------
CheckAPI: fix get_relevant_raw_sections
SectionPlugin instances are not hashable (they contain dicts and lists)
Change-Id: Ia06f8311dcecb651e103af0d50ccd6a218851a17
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: b7f1d468b6650a4e22e8b9b7718cccac36762499
https://github.com/tribe29/checkmk/commit/b7f1d468b6650a4e22e8b9b7718cccac3…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
M cmk/base/config.py
Log Message:
-----------
config: factor out determination of ruleset name
the rest of the function can be used with the new API
Change-Id: I68665ce0ac75423ff9fd6cfdeaf861504216a694
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: d1375de6b4f649284057d6ddc9b32348d7d57a68
https://github.com/tribe29/checkmk/commit/d1375de6b4f649284057d6ddc9b32348d…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
A .werks/10695
Log Message:
-----------
10695 Windows Agent Service will wait for Network Services
With this release Windows Agent will wait for WIndows Network availabale
up to 30 seconds by default. This can prevent some rare and strange errors
when plugins try to run without network.
This wait period may be changed in the configuration file using yml variable
system.wait_network
Change-Id: Ifd280f35f4a5644dfc5d4ad04b36802403a1665f
Commit: 0dc736b175f6a1c6b697e86387f5288b0bb2a090
https://github.com/tribe29/checkmk/commit/0dc736b175f6a1c6b697e86387f5288b0…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
M agents/wnx/integration/test_agent_start_parameters.py
M agents/wnx/integration/test_section_ps.py
Log Message:
-----------
Fixed Windows Agent integration test for the Docker/Hyper-V case
Change-Id: I82819f036b5a3e114bbc20de657a8e7f1cbd5775
Compare: https://github.com/tribe29/checkmk/compare/3944dd5cd010...0dc736b175f6
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 3944dd5cd0107172f9d5fb1871684f5025f9afe5
https://github.com/tribe29/checkmk/commit/3944dd5cd0107172f9d5fb1871684f502…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
M agents/wnx/install/resources/check_mk.yml
M agents/wnx/src/common/cfg_yaml.h
M agents/wnx/src/common/wtools.cpp
M agents/wnx/src/engine/service_processor.cpp
M agents/wnx/watest/test-yaml.cpp
Log Message:
-----------
[CMK-4288] - 30 sec wait for network activation by default in Windows service
Change-Id: Ia9806584dc156df5687d8dd92c52cdd522c0a516
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 8deb27aed4472e50a349edb85f3899573f25fe78
https://github.com/tribe29/checkmk/commit/8deb27aed4472e50a349edb85f3899573…
Author: Ronny Bruska <ronny.bruska(a)tribe29.com>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
A .werks/11033
M cmk/gui/availability.py
M cmk/gui/plugins/views/availability.py
Log Message:
-----------
11033 Availability: Added option to change host and service state in annotations
CMK-3900
Change-Id: I3be4a64e70a58f8312ee5d2620751fc4a6983d9c
Branch: refs/heads/1.6.0
Home: https://github.com/tribe29/checkmk
Commit: 0a8113bdb6399d8eb7c0b88980f5875cea9a7147
https://github.com/tribe29/checkmk/commit/0a8113bdb6399d8eb7c0b88980f5875ce…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
M cmk_base/decorator.py
Log Message:
-----------
Handle bytes as output text, too.
Tiny backport from master, avoids some funny backtraces in cmc.log when
shutting down the CMC.
Change-Id: Id9ad16d6faab4a00b919e7303b27925f623983fd
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 9bc5ebdcd54c65eb4acadd3fc18e4ff20fa21473
https://github.com/tribe29/checkmk/commit/9bc5ebdcd54c65eb4acadd3fc18e4ff20…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
M checks/f5_bigip_vserver
M checks/logwatch
M cmk/base/api/agent_based/register/check_plugins.py
M cmk/base/api/agent_based/register/section_plugins.py
M cmk/base/api/agent_based/register/section_plugins_legacy_scan_function.py
M cmk/base/automations/check_mk.py
M cmk/base/config.py
M cmk/base/data_sources/snmp.py
M cmk/gui/utils/__init__.py
M cmk/special_agents/agent_appdynamics.py
M tests-py3/pylint/test_pylint.py
M tests-py3/testlib/__init__.py
M tests-py3/testlib/pylint_cmk.py
M tests-py3/unit/cmk/base/test_autochecks.py
M tests-py3/unit/cmk/base/test_check_api.py
R tests-py3/unit/cmk/gui/test_gui_utils.py
M tests-py3/unit/cmk/gui/test_i18n.py
M tests-py3/unit/cmk/gui/watolib/test_config_sync.py
M tests-py3/unit/cmk/utils/test_exceptions.py
M tests-py3/unit/cmk/utils/test_log.py
M tests-py3/unit/cmk/utils/test_log_console.py
M tests/pylint/test_pylint.py
M tests/testlib/pylint_cmk.py
Log Message:
-----------
Remove redundant version switches, part 2.
Change-Id: I672db8c60e4ed01ef8b7bf83ca60a97b065bedfb