Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: e37d05a4a6129ed8c5c580d96c0a3e15f3646f35
https://github.com/tribe29/checkmk/commit/e37d05a4a6129ed8c5c580d96c0a3e15f…
Author: Óscar Nájera <oscar.najera(a)tribe29.com>
Date: 2022-02-09 (Wed, 09 Feb 2022)
Changed paths:
A .werks/13615
M cmk/gui/plugins/metrics/graph_pdf.py
Log Message:
-----------
13615 FIX Add margin to Graph titles in reports
Some graphs like "bandwith" display the unit of the vertical axis on the top
left coner of the graph instead of next to the values on the axis.
Werk 12998 resulted in an overlap between the unit of the graph and its title.
With this Werk an extra margin is added to the title on those graphs.
Graphs that use "graph_unit", display the order of magnitude with its
unit for all values on the graph. That information is on the top left
corner and conflicts with the title. Because those graphs are already
and exception, add the extra margin to the title only to those graphs.
SUP-8896
Change-Id: I099b162807a095d28e2a7770f2e5cdf4c8ccbcff
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: e1a63a1d1ed65a566e068d774d709e9200335f44
https://github.com/tribe29/checkmk/commit/e1a63a1d1ed65a566e068d774d709e920…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2022-02-09 (Wed, 09 Feb 2022)
Changed paths:
M tests/unit/cmk/core_helpers/test_parsers.py
Log Message:
-----------
Remove scenario from agent parser tests
It is not needed anymore.
Change-Id: Ibae4f58ebdd9c774dffee9d49d053c6cb9bf6c28
Commit: 4cb9c986c356320c49fd2af2abb1ced6d5a1b7fc
https://github.com/tribe29/checkmk/commit/4cb9c986c356320c49fd2af2abb1ced6d…
Author: Simon Jess <simon.jess(a)tribe29.com>
Date: 2022-02-09 (Wed, 09 Feb 2022)
Changed paths:
M cmk/gui/main_modules.py
M scripts/find-python-files
M tests/testlib/pylint_cmk.py
M tests/unit/cmk/gui/test_cron.py
Log Message:
-----------
Move agent registration to CPE
- Prepare pylint_cmk
Change-Id: I5a72f60722f38b04881accac73d24b0ca824e117
Commit: c459192599090e2a8310e4af161e1823ae4191dd
https://github.com/tribe29/checkmk/commit/c459192599090e2a8310e4af161e1823a…
Author: Wontek Hong <wontek.hong(a)tribe29.com>
Date: 2022-02-09 (Wed, 09 Feb 2022)
Changed paths:
R checkman/kube_collector_connection
A checkman/kube_collector_info
R cmk/base/plugins/agent_based/kube_collector_connection.py
A cmk/base/plugins/agent_based/kube_collector_info.py
M cmk/base/plugins/agent_based/utils/kube.py
M cmk/special_agents/agent_kube.py
M cmk/special_agents/utils_kubernetes/schemata/section.py
R tests/unit/cmk/base/plugins/agent_based/test_kube_collector_connection.py
A tests/unit/cmk/base/plugins/agent_based/test_kube_collector_info.py
M tests/unit/cmk/special_agents/agent_kubernetes/test_agent_kubernetes_section_schemas.py
Log Message:
-----------
kube_collector_info: refactoring of check and agent
Change-Id: I09d0bbd497532b3731acd55fa0e545f3e76b8b3c
Compare: https://github.com/tribe29/checkmk/compare/ef3559e74cab...c45919259909
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: ef3559e74cab3075141018b5e7ecf72910253dec
https://github.com/tribe29/checkmk/commit/ef3559e74cab3075141018b5e7ecf7291…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2022-02-09 (Wed, 09 Feb 2022)
Changed paths:
M agents/check-mk-agent.spec
M agents/scripts/cmk-agent-useradd.sh
Log Message:
-----------
move creation of legacy marker in cmk-agent-useradd
It is not particularly nice to have it in there,
but we have all the information we need at that
point.
Change-Id: Id5a349477a3c6af18756a0f3b1e1501983466467
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 8b35b434a5a1f458d32fe72fe1fd8e2d8630137d
https://github.com/tribe29/checkmk/commit/8b35b434a5a1f458d32fe72fe1fd8e2d8…
Author: Kenneth Okoh <kenneth.okoh(a)tribe29.com>
Date: 2022-02-09 (Wed, 09 Feb 2022)
Changed paths:
M web/htdocs/themes/facelift/scss/_dashboard.scss
M web/htdocs/themes/facelift/scss/_mobile.scss
M web/htdocs/themes/facelift/scss/_snapins.scss
M web/htdocs/themes/facelift/scss/_status.scss
M web/htdocs/themes/facelift/scss/_variables.scss
M web/htdocs/themes/facelift/scss/_wato.scss
M web/htdocs/themes/modern-dark/scss/_variables.scss
Log Message:
-----------
SCCS Cleanup: Get rid of some hard coded rgb colors
* Remove styles for unreproduceable elements in wato
(CMK-8194)
Change-Id: I6624270e367a692c5e0c04791f95321c0a479922
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 1a6009549449a044b0159fa467cadadb4e54ac33
https://github.com/tribe29/checkmk/commit/1a6009549449a044b0159fa467cadadb4…
Author: Pablo Santiago Blum de Aguiar <pablo.blum(a)tribe29.com>
Date: 2022-02-09 (Wed, 09 Feb 2022)
Changed paths:
M cmk/special_agents/agent_kube.py
M cmk/special_agents/utils_kubernetes/schemata/api.py
M cmk/special_agents/utils_kubernetes/schemata/section.py
M cmk/special_agents/utils_kubernetes/transform.py
M tests/unit/cmk/special_agents/agent_kube/conftest.py
M tests/unit/cmk/special_agents/agent_kube/test_cluster.py
M tests/unit/cmk/special_agents/agent_kube/test_node.py
M tests/unit/cmk/special_agents/agent_kubernetes/test_agent_kubernetes_api_nodes.py
Log Message:
-----------
agent_kube: Add new kube_node_conditions_v1 section
CMK-9281
Change-Id: If2110f3b360b9d615a461285bb10de9e502b086c
Commit: 57ff758f2d39c6e5df0bfc92c9adbabf6fb89709
https://github.com/tribe29/checkmk/commit/57ff758f2d39c6e5df0bfc92c9adbabf6…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2022-02-09 (Wed, 09 Feb 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:
-----------
Revert "Fixes for pylint:consider-using-with, p4"
This reverts commit 0dc370dfe6e505de899f68f5668aab27b7c4796d.
Compare: https://github.com/tribe29/checkmk/compare/5776465e8014...57ff758f2d39