Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 25fc554434685bce9c9a7d7ddd8c69049589e9de
https://github.com/tribe29/checkmk/commit/25fc554434685bce9c9a7d7ddd8c69049…
Author: Óscar Nájera <oscar.najera(a)tribe29.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M cmk/gui/plugins/dashboard/stats.py
M cmk/gui/plugins/dashboard/utils.py
M cmk/gui/plugins/views/utils.py
M cmk/gui/plugins/visuals/utils.py
M cmk/gui/visuals.py
M tests/unit/cmk/gui/test_visuals.py
Log Message:
-----------
Keep dropping single context
Change-Id: Id099fa4a576a56170eb0e8849664b1924cdf024c
Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: 565794f3fb10f29a973e2112c22003b1d488e350
https://github.com/tribe29/checkmk/commit/565794f3fb10f29a973e2112c22003b1d…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
A .werks/13632
M cmk/gui/watolib/password_store.py
Log Message:
-----------
13632 FIX Password store: Fix sharing passwords with other contact group members
In the password store it is possible to save a password entry and share it with members
of other contact groups. The members of these groups can then use the passwords in their
Checkmk configuration.
The sharing based on contact group memberships did not work at all, because the
matching of the contact groups a user has did not work. The result is that a
shared password would not be displayed for members of the contact group.
Change-Id: I775a01be63736bcb7348fc31d120e57e684abe66
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: b76f0423253f0326f795dcc8a4b4e4869bae04b2
https://github.com/tribe29/checkmk/commit/b76f0423253f0326f795dcc8a4b4e4869…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M livestatus/src/Makefile.am
A livestatus/src/test/test_Table.cc
Log Message:
-----------
Add tests for names and types of Livestatus table columns, part 1.
The unit tests capture the current state of affairs, and they make
the (unwanted) differences between the NEB and the CMC explicit.
We should probably clean up the latter soon... (tm)
Change-Id: I00e47316677d1f8e6847715efee4f6f6a460c111
Commit: 0a2aa33d50a6a6c4b4c5ab85acceaba7030ed091
https://github.com/tribe29/checkmk/commit/0a2aa33d50a6a6c4b4c5ab85acceaba70…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M buildscripts/infrastructure/pypi_mirror/README.md
M buildscripts/infrastructure/pypi_mirror/pypi_mirror.make
Log Message:
-----------
Simplify PyPi mirror handling.
Change-Id: I5c8ed0043c458b472e1113aca427050b676407f0
Compare: https://github.com/tribe29/checkmk/compare/43d3cdc3c8fb...0a2aa33d50a6
Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: 029c4f5a4929a54408bd4271a6a1defd5da3326f
https://github.com/tribe29/checkmk/commit/029c4f5a4929a54408bd4271a6a1defd5…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
A tests/unit/cmk/base/plugins/agent_based/test_bluecoat_sensors.py
Log Message:
-----------
Add unit tests for check plugins bluecoat_sensors(_temp)
Change-Id: I41aa39c2f146c78e129f52fea24f459b4d9f76df
Commit: afcb334cce40d782a199d12f8ce16d1723cce1ae
https://github.com/tribe29/checkmk/commit/afcb334cce40d782a199d12f8ce16d172…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
A .werks/13708
M checks/bluecoat_sensors
M tests/unit/cmk/base/plugins/agent_based/test_bluecoat_sensors.py
Log Message:
-----------
13708 FIX <tt>bluecoat_sensors</tt>: Fix "TypeError ('NoneType' object is not iterable)"
The check plugin <tt>bluecoat_sensors</tt> crashed with
TypeError ('NoneType' object is not iterable)
for some sensors.
Change-Id: Ia53303ce8c7d2662a351a6a2c9895834c47ae407
Commit: 911edb6028625a29c8dcff6accdb5eebb298efa9
https://github.com/tribe29/checkmk/commit/911edb6028625a29c8dcff6accdb5eebb…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
A .werks/13709
M checks/bluecoat_sensors
M tests/unit/cmk/base/plugins/agent_based/test_bluecoat_sensors.py
Log Message:
-----------
13709 FIX <tt>bluecoat_sensors_temp</tt>: Handle state reported by sensor correctly
The check plugin <tt>bluecoat_sensors_temp</tt> ignored states reported
directly by the sensors. Hence, even sensors with non-OK states were displayed
as OK by Checkmk as long as their temperatures were below the user-defined
levels (if any).
Change-Id: I99c2b1fe8a8e523a631c5a42e55c467fca4e6b57
Commit: 0d4b6bd1370ce942b9da4b5a3f85eb2d6d8749aa
https://github.com/tribe29/checkmk/commit/0d4b6bd1370ce942b9da4b5a3f85eb2d6…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M checks/bluecoat_sensors
A cmk/base/plugins/agent_based/bluecoat_sensors.py
M tests/unit/cmk/base/plugins/agent_based/test_bluecoat_sensors.py
Log Message:
-----------
Create section bluecoat_sensors
Change-Id: I1b8264f92aeece5826b6e74c0331825317d5a829
Commit: e1fd2219b6235350611c20e5c5171da14a19ebda
https://github.com/tribe29/checkmk/commit/e1fd2219b6235350611c20e5c5171da14…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
R checks/bluecoat_sensors
M cmk/base/plugins/agent_based/bluecoat_sensors.py
M tests/unit/checks/test_generic_legacy_conversion.py
M tests/unit/cmk/base/plugins/agent_based/test_bluecoat_sensors.py
Log Message:
-----------
Migrate check plugins bluecoat_sensors(_temp)
Change-Id: Ie39d1051a3ec6f8be1e9c281e7fa47f5247d167a
Compare: https://github.com/tribe29/checkmk/compare/40e1232285a9...e1fd2219b623
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 8115e4d563b46364d4f9c587dad181e2a0e33296
https://github.com/tribe29/checkmk/commit/8115e4d563b46364d4f9c587dad181e2a…
Author: Kenneth Okoh <kenneth.okoh(a)tribe29.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M web/htdocs/themes/facelift/images/monitoring-machine.png
Log Message:
-----------
About Checkmk: Remove false 'link' from monitoring machine image
Change-Id: Ia39578641b2de8ade105812960a5899a8a73a404
Commit: caebb646550e417950dee4f9e55d87e73447229c
https://github.com/tribe29/checkmk/commit/caebb646550e417950dee4f9e55d87e73…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
A .werks/13709
M checks/bluecoat_sensors
M tests/unit/cmk/base/plugins/agent_based/test_bluecoat_sensors.py
Log Message:
-----------
13709 FIX <tt>bluecoat_sensors_temp</tt>: Handle state reported by sensor correctly
The check plugin <tt>bluecoat_sensors_temp</tt> ignored states reported
directly by the sensors. Hence, even sensors with non-OK states were displayed
as OK by Checkmk as long as their temperatures were below the user-defined
levels (if any).
Change-Id: I99c2b1fe8a8e523a631c5a42e55c467fca4e6b57
Commit: 46279ef2da0347856233777f5a6f2a453c17197f
https://github.com/tribe29/checkmk/commit/46279ef2da0347856233777f5a6f2a453…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M checks/bluecoat_sensors
A cmk/base/plugins/agent_based/bluecoat_sensors.py
M tests/unit/cmk/base/plugins/agent_based/test_bluecoat_sensors.py
Log Message:
-----------
Create section bluecoat_sensors
Change-Id: I1b8264f92aeece5826b6e74c0331825317d5a829
Commit: ac98202892fa9ca5cd0dba99f2959d4ec93e3821
https://github.com/tribe29/checkmk/commit/ac98202892fa9ca5cd0dba99f2959d4ec…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
R checks/bluecoat_sensors
M cmk/base/plugins/agent_based/bluecoat_sensors.py
M tests/unit/checks/test_generic_legacy_conversion.py
M tests/unit/cmk/base/plugins/agent_based/test_bluecoat_sensors.py
Log Message:
-----------
Migrate check plugins bluecoat_sensors(_temp)
Change-Id: Ie39d1051a3ec6f8be1e9c281e7fa47f5247d167a
Commit: 898398b209e6bb32793fdc72989c4552d0d23039
https://github.com/tribe29/checkmk/commit/898398b209e6bb32793fdc72989c4552d…
Author: Alex Zurhake <alex.zurhake(a)tribe29.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M buildscripts/infrastructure/pypi_mirror/pypi_mirror.make
Log Message:
-----------
Activate PyPi Mirror
Activate mirror in buildscripts/infrastructure/pypi_mirror/pypi_mirror.make
=> After every Pipfile update the Mirror needs to be updated. See Readme file
Change-Id: I2d635f6de5bb21a2203dfde9e7b7bf0679d91eca
Compare: https://github.com/tribe29/checkmk/compare/9625650b4d5d...898398b209e6
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 9625650b4d5de159ae7e1a862c150999cbbe442f
https://github.com/tribe29/checkmk/commit/9625650b4d5de159ae7e1a862c150999c…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M agents/cmk-agent-ctl/src/main.rs
Log Message:
-----------
Correct cmk-agent-ctl code for Windows
This code is intermediate: we have to rework API to
isolate(split) functionality better between different
functions.
Change-Id: I218e0dfc46be4ba4735e65215c393bfac4dbc593
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: e0211a9946b21093182126c075baf73caab6881a
https://github.com/tribe29/checkmk/commit/e0211a9946b21093182126c075baf73ca…
Author: Anastasiya Liatsetskaya <anastasiya.liatsetskaya(a)tribe29.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M .pylintrc
M active_checks/check_bi_aggr
M active_checks/check_mail
M active_checks/check_traceroute
M agents/modules/windows/tests/integration/test_scripts_execution.py
M agents/plugins/apache_status.py
M agents/plugins/isc_dhcpd.py
M agents/plugins/mk_inotify.py
M agents/plugins/mk_jolokia.py
M agents/plugins/mk_postgres.py
M agents/plugins/mk_sap.py
M inventory/export_software_csv
Log Message:
-----------
Activating consider-using-with check, p4
CMK-8545
Change-Id: I60e1181f73c044f053aa6cd688a67602dbaa065e
Commit: 0dc370dfe6e505de899f68f5668aab27b7c4796d
https://github.com/tribe29/checkmk/commit/0dc370dfe6e505de899f68f5668aab27b…
Author: Anastasiya Liatsetskaya <anastasiya.liatsetskaya(a)tribe29.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M agent-receiver/agent_receiver/server.py
M agents/plugins/mk_mongodb.py
M cmk/base/backup.py
M cmk/base/compress_history.py
M cmk/base/core.py
Log Message:
-----------
Fixes for pylint:consider-using-with, p4
CMK-8545
Change-Id: Ida74cba30efd87c64864f47ddbd8024072b73ab8
Compare: https://github.com/tribe29/checkmk/compare/2dc052a21cbe...0dc370dfe6e5