Branch: refs/heads/1.6.0
Home: https://github.com/tribe29/checkmk
Commit: 516a5693d05a6a2ba54b37e7ff79c1fed16d6e40
https://github.com/tribe29/checkmk/commit/516a5693d05a6a2ba54b37e7ff79c1fed…
Author: Ronny Bruska <ronny.bruska(a)tribe29.com>
Date: 2020-06-02 (Tue, 02 Jun 2020)
Changed paths:
A .werks/11034
M checks/sap_hana_ess
A tests/unit/checks/generictests/datasets/sap_hana_ess.py
Log Message:
-----------
11034 FIX sap_hana_ess: Fixed permanent crit state of started threads
The check was always in CRIT state because of the section 'Started threads".
This has been fixed.
Change-Id: I45cf6ccde21d496e77b195f6f018db4a6c72d303
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 1f953767e26dc5919666e8a1feba55d7bacb2d2d
https://github.com/tribe29/checkmk/commit/1f953767e26dc5919666e8a1feba55d7b…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2020-06-02 (Tue, 02 Jun 2020)
Changed paths:
M cmk/base/check_api.py
M cmk/base/prediction.py
M cmk/gui/availability.py
M cmk/gui/openapi.py
M cmk/gui/plugins/metrics/utils.py
M cmk/gui/plugins/metrics/valuespecs.py
M cmk/gui/plugins/sidebar/host_matrix.py
M cmk/gui/plugins/sidebar/mkeventd.py
M cmk/gui/plugins/views/inventory.py
M cmk/gui/plugins/views/perfometers/check_mk.py
M cmk/gui/prediction.py
M cmk/gui/wato/pages/services.py
M cmk/notification_plugins/victorops.py
M livestatus/api/python/example.py
M livestatus/api/python/example_multisite.py
M tests-py3/integration/core/test_active_checks.py
M tests-py3/testlib/pylint_cmk.py
M tests-py3/testlib/version.py
M tests-py3/unit/checks/generictests/run.py
M tests-py3/unit/checks/test_lnx_thermal.py
M tests-py3/unit/cmk/gui/test_gui_hooks.py
Log Message:
-----------
Removed superfluous __future__ imports.
Change-Id: Iaa6c86e9fb3a296e810c31bc5d58595b097957ce
Commit: f33487d2dbebdba39657609a7aa4927705921ce3
https://github.com/tribe29/checkmk/commit/f33487d2dbebdba39657609a7aa492770…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2020-06-02 (Tue, 02 Jun 2020)
Changed paths:
M omd/packages/mk-livestatus/mk-livestatus.make
Log Message:
-----------
livestatus.py: Do not deploy python 2 file anymore
Change-Id: If46aa85eea5852c4168c400c7c8d694740984ac8
Compare: https://github.com/tribe29/checkmk/compare/02b2f7c07be4...f33487d2dbeb
Branch: refs/heads/1.5.0
Home: https://github.com/tribe29/checkmk
Commit: 065f51e49711c2a1ce0a6274eb607cace015a2f5
https://github.com/tribe29/checkmk/commit/065f51e49711c2a1ce0a6274eb607cace…
Author: Ronny Bruska <ronny.bruska(a)tribe29.com>
Date: 2020-06-01 (Mon, 01 Jun 2020)
Changed paths:
A .werks/11035
A omd/packages/pnp4nagios/patches/0104-set-magic-quotes-runtime-php-7-4-support.dif
Log Message:
-----------
11035 FIX Fixed pnp4nagios graphs on systems with php-7.4
This fixes the possible error message 'Function get_magic_quotes_runtime() is
deprecated' when viewing graphs in cre edition of checkmk.
Change-Id: Icfa375a57fa2730f36876836f83349eda645c27d
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 19e603594c9b8b3474f647a96a48cb691852bb43
https://github.com/tribe29/checkmk/commit/19e603594c9b8b3474f647a96a48cb691…
Author: Timotheus Bachinger <timotheus.bachinger(a)tribe29.com>
Date: 2020-06-02 (Tue, 02 Jun 2020)
Changed paths:
M agents/plugins/mk_sap_hana
M checks/sap_hana_connect
M tests-py3/unit/checks/generictests/datasets/sap_hana_connect.py
M tests/unit/agents/plugins/test_mk_sap_hana.sh
Log Message:
-----------
Fix for SAP Hana Connect
Agent plugin:
* status_output from first queries contains newline, so grep for relevant line
* add newline at the end of section output
Checks:
* make driver version detection more generic
SUP-1436
Change-Id: If9d53bc444e84bb93f9c7aaf619d680ac98b8d33
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: e8315cd58cfedf2306532bc3cc2bb59abf4a6e91
https://github.com/tribe29/checkmk/commit/e8315cd58cfedf2306532bc3cc2bb59ab…
Author: Wontek Hong <wontek.hong(a)tribe29.com>
Date: 2020-06-02 (Tue, 02 Jun 2020)
Changed paths:
M checks/agent_prometheus
M cmk/gui/plugins/wato/datasource_programs.py
M cmk/special_agents/agent_prometheus.py
Log Message:
-----------
agent_prometheus: addition of multi nodes feature for node exporter
Change-Id: Ia86a5ffc9b5345de83c14af1ea6f3fe26c371978
Commit: fca3239411f0889c12bd6d79ed58fcac56373c77
https://github.com/tribe29/checkmk/commit/fca3239411f0889c12bd6d79ed58fcac5…
Author: Simon Jess <simon.jess(a)tribe29.com>
Date: 2020-06-02 (Tue, 02 Jun 2020)
Changed paths:
M cmk/gui/plugins/views/inventory.py
Log Message:
-----------
HW/SW Inventory: Fixed TypeError ('<' not supported between instances of 'int' and 'tuple'/'str')
Change-Id: I940dd0f93d522efb10d6a119924cbfcd61d491f4
Compare: https://github.com/tribe29/checkmk/compare/6fcff754c290...fca3239411f0
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 661dcae5300ae48491b3422d9dc17952f4a39c4f
https://github.com/tribe29/checkmk/commit/661dcae5300ae48491b3422d9dc17952f…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2020-06-01 (Mon, 01 Jun 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_service.cpp
M agents/wnx/src/common/wtools_service.h
M agents/wnx/src/engine/windows_service_api.cpp
M agents/wnx/watest/test-service.cpp
M agents/wnx/watest/test-wtools_service.cpp
Log Message:
-----------
[CMK-4288] - added possibility to set delayed auto start for Windows Service
Change-Id: I527d74a2b6aeecedef62ce82d0f72080f4065f4f
Branch: refs/heads/1.6.0
Home: https://github.com/tribe29/checkmk
Commit: 0343f1aaf02fb0b2676173cf931aa61e3bbf2ad9
https://github.com/tribe29/checkmk/commit/0343f1aaf02fb0b2676173cf931aa61e3…
Author: Ronny Bruska <ronny.bruska(a)tribe29.com>
Date: 2020-05-30 (Sat, 30 May 2020)
Changed paths:
A .werks/11035
A omd/packages/pnp4nagios/patches/0104-set-magic-quotes-runtime-php-7-4-support.dif
Log Message:
-----------
11035 FIX Fixed pnp4nagios graphs on systems with php-7.4
This fixes the possible error message 'Function get_magic_quotes_runtime() is
deprecated' when viewing graphs in cre edition of checkmk.
Change-Id: Icfa375a57fa2730f36876836f83349eda645c27d