Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 2e420f7f3a1a452dcbbeee4c0d0ac53cee750ead
https://github.com/tribe29/checkmk/commit/2e420f7f3a1a452dcbbeee4c0d0ac53ce…
Author: Konstantin Baikov <konstantin.baikov(a)tribe29.com>
Date: 2021-09-23 (Thu, 23 Sep 2021)
Changed paths:
M tests/testlib/site.py
Log Message:
-----------
Make bandit result xml available
Bandit result xml made available
through a test result analyzer
Change-Id: Ib434b7e2aa647b44542b10a405df6b2d6401bccc
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 5dea9188d7815df19e3d5c4c41f9c9d1063a305b
https://github.com/tribe29/checkmk/commit/5dea9188d7815df19e3d5c4c41f9c9d10…
Author: Frans Fürst <frans.fuerst(a)tribe29.com>
Date: 2021-09-23 (Thu, 23 Sep 2021)
Changed paths:
A .werks/13252
M checks/netapp_api_vs_traffic
M tests/unit/checks/generictests/datasets/netapp_api_vs_traffic.py
Log Message:
-----------
13252 FIX netapp_api_vs_traffic services become PENDING if time correspondent does not change
netapp_api_vs_traffic used IO operation counter instead of time at some places which leads to PENDING
services if those values do not change over time leading to a non-computable IO rate (and thus raising
an exception).
This change makes netapp_api_vs_traffic handle that case returning '-' instead of a rate (but not becoming
PENDING any more).
Change-Id: I33c7ea2bf50b893d8003177852fe34521a4abfe9
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 4482dbc397fd0bbba80a3ca93ad0d481f2b582fb
https://github.com/tribe29/checkmk/commit/4482dbc397fd0bbba80a3ca93ad0d481f…
Author: Tom Baerwinkel <tom.baerwinkel(a)tribe29.com>
Date: 2021-09-23 (Thu, 23 Sep 2021)
Changed paths:
A .werks/13328
M tests/unit/cmk/gui/watolib/test_analyze_configuration.py
M tests/unit/cmk/gui/watolib/test_watolib.py
Log Message:
-----------
13328 Remove global setting "Notification spooler insecure messages"
The global setting "Notification spooler insecure messages" is removed.
It was only relevant in distributed setups with versions 1.4.0 and 1.5.0
and is not needed anymore.
Change-Id: I6e6e1afdc632612422b50854cad163f98401f06e
Commit: 9302c919a194ba3ca8e0f03b00ae06ec747fbd85
https://github.com/tribe29/checkmk/commit/9302c919a194ba3ca8e0f03b00ae06ec7…
Author: Timotheus Bachinger <timotheus.bachinger(a)tribe29.com>
Date: 2021-09-23 (Thu, 23 Sep 2021)
Changed paths:
M omd/packages/python3-modules/python3-modules.make
Log Message:
-----------
Force rebuild of python modules
Change-Id: Icce1d502f0e1c22aec244054272ee8dbcebd8456
Compare: https://github.com/tribe29/checkmk/compare/7e6c7f565550...9302c919a194
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: c175772f8c209f2cb1973ea737dc87d60763f948
https://github.com/tribe29/checkmk/commit/c175772f8c209f2cb1973ea737dc87d60…
Author: Lukas Lengler <lukas.lengler(a)tribe29.com>
Date: 2021-09-23 (Thu, 23 Sep 2021)
Changed paths:
A .werks/13145
M cmk/gui/dashboard.py
M tests/unit/cmk/gui/test_dashboard.py
Log Message:
-----------
13145 Add Host/Service state summary dashlet
New dashlet that shows a summary of Services/Hosts
in a certain state.
It displays the amount of Services/Hosts in the selected
state and the total amount of Services/Hosts within the
configured context.
CMK-6707
Change-Id: I7406d0c5dfd14ae1fdb07add84ae8bda6b9afeb7
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 35964b1c9515cfa7fcf707e4f9b2faf44a001825
https://github.com/tribe29/checkmk/commit/35964b1c9515cfa7fcf707e4f9b2faf44…
Author: Wontek Hong <wontek.hong(a)tribe29.com>
Date: 2021-09-23 (Thu, 23 Sep 2021)
Changed paths:
A .werks/13272
M cmk/base/plugins/agent_based/prometheus_build.py
Log Message:
-----------
13272 FIX prometheus_build: show Prometheus version optionally
In the previous version, the prometheus_build check always
expected a version associated with the connecting Prometheus
API. This effectively led to an error when the version was not
included. This werk fixes this behaviour.
Change-Id: Iff8774836c8b73609709b93917b6a8c54a24136f