Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 845a594cf6bad49a8b9b4a83ef075d0140eee0e7
https://github.com/tribe29/checkmk/commit/845a594cf6bad49a8b9b4a83ef075d014…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2022-04-04 (Mon, 04 Apr 2022)
Changed paths:
A .werks/13906
Log Message:
-----------
13906 Fix missing perf data in Carbon/InfluxDB
CMK-10174
Change-Id: I81943902a7b190166ccf82ec145a6a0135db08fe
Commit: f1bafaa8bbfdac7e5e6636a11aa5b69efdbac790
https://github.com/tribe29/checkmk/commit/f1bafaa8bbfdac7e5e6636a11aa5b69ef…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2022-04-04 (Mon, 04 Apr 2022)
Changed paths:
A cmk/gui/context.py
M cmk/gui/globals.py
M cmk/gui/i18n.py
M cmk/gui/livestatus_utils/testing.py
M cmk/gui/utils/script_helpers.py
M cmk/gui/watolib/host_label_sync.py
M cmk/gui/wsgi/applications/checkmk.py
M cmk/gui/wsgi/applications/rest_api.py
M tests/unit/cmk/utils/livestatus_helpers/conftest.py
Log Message:
-----------
Pass local stack to AppContext and RequestContext
Move the two definitions to another file and explicitly pass the local
stack instead of relying on the global scope.
CMK-10181
Change-Id: Ic4faabb26bf0b4d8ec044c74ce1707cb184fb6c6
Commit: 0ab0d283fc5e32a062ab9893c7a6ea1d1c53dcef
https://github.com/tribe29/checkmk/commit/0ab0d283fc5e32a062ab9893c7a6ea1d1…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2022-04-04 (Mon, 04 Apr 2022)
Changed paths:
A cmk/gui/ctx_stack.py
M cmk/gui/globals.py
M cmk/gui/livestatus_utils/testing.py
M cmk/gui/utils/flashed_messages.py
M cmk/gui/utils/script_helpers.py
M cmk/gui/wsgi/applications/checkmk.py
M cmk/gui/wsgi/applications/rest_api.py
M tests/unit/cmk/utils/livestatus_helpers/conftest.py
Log Message:
-----------
Move app and request stacks to their own module
They do not depend on any application logic, so it is safe
to use them anywhere.
CMK-10181
Change-Id: I7b531f5bb23697edc72762a3784ced2130f97742
Commit: df7c6cbc4d503dddd882d9c76516237d1c0ed96e
https://github.com/tribe29/checkmk/commit/df7c6cbc4d503dddd882d9c76516237d1…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2022-04-04 (Mon, 04 Apr 2022)
Changed paths:
M cmk/gui/config.py
M cmk/gui/context.py
M cmk/gui/globals.py
M cmk/gui/i18n.py
M cmk/gui/login.py
M cmk/gui/userdb.py
M cmk/gui/utils/logged_in.py
M tests/unit/cmk/gui/test_index.py
Log Message:
-----------
Move local from globals to context
CMK-10181
Change-Id: I989cef29b29f3b01883668e93d945b0dc90deadb
Commit: d2cbd0e0dd6a740d06247ec6623dd98c646c2853
https://github.com/tribe29/checkmk/commit/d2cbd0e0dd6a740d06247ec6623dd98c6…
Author: Lukas Lengler <lukas.lengler(a)tribe29.com>
Date: 2022-04-04 (Mon, 04 Apr 2022)
Changed paths:
A .werks/13742
M cmk/base/plugins/agent_based/job.py
M tests/unit/cmk/base/plugins/agent_based/test_job.py
Log Message:
-----------
13742 FIX Crash check job: Cannot render negative timespan
When the system time is incorrect the start time of a job can be in the future.
This caused the job check to crash when rendering the age of the job.
Now the absolute value is displayed and a note to check the system time is added.
CMK-10084
Change-Id: Iba2353069f89534cc725621026fdffb57455094f
Commit: f161a9d3e1dcf3dce2f7150992254ff33731c682
https://github.com/tribe29/checkmk/commit/f161a9d3e1dcf3dce2f7150992254ff33…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2022-04-04 (Mon, 04 Apr 2022)
Changed paths:
M agents/wnx/install/resources/check_mk.user.yml
M agents/wnx/install/resources/check_mk.yml
M agents/wnx/src/engine/engine.vcxproj
M agents/wnx/src/engine/engine.vcxproj.filters
A agents/wnx/src/engine/providers/agent_plugins.cpp
A agents/wnx/src/engine/providers/agent_plugins.h
M agents/wnx/src/engine/section_header.h
M agents/wnx/src/engine/service_processor.cpp
M agents/wnx/src/engine/service_processor.h
A agents/wnx/watest/test-section_agent_plugins.cpp
M agents/wnx/watest/test-yaml.cpp
M agents/wnx/watest/watest.vcxproj
M agents/wnx/watest/watest.vcxproj.filters
Log Message:
-----------
Add support for section check_mk_agent_plugins_lnx
The section sends plugin versions to the Site as described
in the Ticket.
This CL is not final: requires careful testing and fixes
on Site side
- name(checkmk_agent_plugins_lnx is used only temporary)
- section disable enable selector
Test: Manual using Linux VM with few plugins
SUP-6518
Change-Id: I3b8c035ebb8e266aca7b9579b799b29f032bff70
Compare:
https://github.com/tribe29/checkmk/compare/e145e55b81bf...f161a9d3e1dc