Branch: refs/heads/2.2.0
Home: https://github.com/tribe29/checkmk
Commit: f3a019ba5653351a2426ed52cafecf16520a0f87
https://github.com/tribe29/checkmk/commit/f3a019ba5653351a2426ed52cafecf165…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2023-02-23 (Thu, 23 Feb 2023)
Changed paths:
M cmk/base/sources.py
Log Message:
-----------
sources: move add call to get_agents()
That reduces and clarifies the scope of the `suppress(TypeError)`
call. That's also more refactoring-friendly in that each branch
is now better self-contained.
CMK-12425
Change-Id: Iedecf29272c0b24bb39d95521945310c7b4b3b21
(cherry picked from commit 6ab7b67a881bf032032027b8922136dc55996e97)
Commit: 2bffe5deb7ee1cfc9735fd58a1c4f3d69790b88c
https://github.com/tribe29/checkmk/commit/2bffe5deb7ee1cfc9735fd58a1c4f3d69…
Author: Simon Jess <simon.jess(a)tribe29.com>
Date: 2023-02-23 (Thu, 23 Feb 2023)
Changed paths:
M cmk/base/plugins/agent_based/inventory_solaris_psrinfo.py
M tests/unit/cmk/base/plugins/agent_based/test_inventory_solaris_psrinfo.py
Log Message:
-----------
inventory_solaris_psrinfo: Add further information about CPU if not set yet
Change-Id: Ib51c0cf96e54ae5949779ef68b4a86dff6596574
Commit: aca61e05dff9e9ea4f8b417dc83c04af106a83cf
https://github.com/tribe29/checkmk/commit/aca61e05dff9e9ea4f8b417dc83c04af1…
Author: Sofia Colakovic <sofia.colakovic(a)tribe29.com>
Date: 2023-02-23 (Thu, 23 Feb 2023)
Changed paths:
A .werks/15148
M cmk/gui/plugins/metrics/storage.py
Log Message:
-----------
15148 Graph IO flow added for ingress and egress metrics
CMK-12192
Change-Id: I032be9f8ccce6e13f20514dcb72e017c50d6f51a
Compare: https://github.com/tribe29/checkmk/compare/47b78c656240...aca61e05dff9
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 4e1bef2f420c3e2bfd4f4914697534364f6ba78d
https://github.com/tribe29/checkmk/commit/4e1bef2f420c3e2bfd4f4914697534364…
Author: Maximilian Wirtz <maximilian.wirtz(a)tribe29.com>
Date: 2023-02-23 (Thu, 23 Feb 2023)
Changed paths:
M cmk/utils/crypto/secrets.py
M tests/unit/cmk/utils/crypto/test_secrets.py
Log Message:
-----------
Autofill empty secrets
Raising errors let the int-tests fail. For now just generate secrets.
Change-Id: I2d0a6c24388da0798ffeaca166db30dd24b308cc
Commit: 60278204c0a9bffa76f31e1901e5578d6aa56950
https://github.com/tribe29/checkmk/commit/60278204c0a9bffa76f31e1901e5578d6…
Author: Kenneth Okoh <kenneth.okoh(a)tribe29.com>
Date: 2023-02-23 (Thu, 23 Feb 2023)
Changed paths:
M cmk/gui/utils/labels.py
Log Message:
-----------
Label filters: Prioritize operators according to the boolean standard
Change-Id: I12c732ceac7672e2b6537a71accab9e813cb129f
Compare: https://github.com/tribe29/checkmk/compare/0a38fa1d21fb...60278204c0a9
Branch: refs/heads/2.1.0
Home: https://github.com/tribe29/checkmk
Commit: 3871909823b9fb173cc749d4ebd823b8c61c4188
https://github.com/tribe29/checkmk/commit/3871909823b9fb173cc749d4ebd823b8c…
Author: Teresa Siegmantel <teresa.siegmantel(a)tribe29.com>
Date: 2023-02-23 (Thu, 23 Feb 2023)
Changed paths:
M tests/testlib/containers.py
Log Message:
-----------
ci: clarify welcome message of test-integration-docker-debug
Change-Id: I260702903f76b24c5df98b7dda8d2b2e6e6444b9
(cherry picked from commit 528e32203d57e821b750c64a7662f2a86da4b144)
(cherry picked from commit 96a92b2e0598e6aff41d33f13e5a5d67ac8ce858)
Commit: 988f3063374195f68cb347106875d5efa8af501a
https://github.com/tribe29/checkmk/commit/988f3063374195f68cb347106875d5efa…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2023-02-23 (Thu, 23 Feb 2023)
Changed paths:
M cmk/base/plugins/agent_based/livestatus_status.py
Log Message:
-----------
Fixed compatibility code.
Change-Id: I07207e3788a1c39ae2649fdf8324910895021d95
Commit: 537c648e25f9eacee8e3bb6a5e7ce7107eb8133b
https://github.com/tribe29/checkmk/commit/537c648e25f9eacee8e3bb6a5e7ce7107…
Author: Marcel Schulte <marcel.schulte(a)tribe29.com>
Date: 2023-02-23 (Thu, 23 Feb 2023)
Changed paths:
A .werks/12767
Log Message:
-----------
12767 FIX added tags and labels to cmcdump exported and imported data
It's now possible to use searching or filtering for tags and labels in hosts/services resulting from cmcdump ex- and import.
Microcore configuration generation takes into account that tags and/or labels could be missing because export has been done with former versions.
Change-Id: I846a0cb60d32d7f533f50cdb15aa89a235a313d4
Compare: https://github.com/tribe29/checkmk/compare/ca4b94628ce6...537c648e25f9
Branch: refs/heads/2.2.0
Home: https://github.com/tribe29/checkmk
Commit: fe98415c94b62415c803d0e317e4b391a8727b8a
https://github.com/tribe29/checkmk/commit/fe98415c94b62415c803d0e317e4b391a…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2023-02-23 (Thu, 23 Feb 2023)
Changed paths:
M cmk/base/plugins/agent_based/livestatus_status.py
Log Message:
-----------
Add missing cast to compatibility code
Change-Id: Id9f7703d057f651ce2ca9ec247b0258fd20290cb
Commit: 931f18792c6d14600d95145d0531d396bc522237
https://github.com/tribe29/checkmk/commit/931f18792c6d14600d95145d0531d396b…
Author: Kenneth Okoh <kenneth.okoh(a)tribe29.com>
Date: 2023-02-23 (Thu, 23 Feb 2023)
Changed paths:
M cmk/gui/valuespec.py
M web/htdocs/themes/facelift/scss/_views.scss
Log Message:
-----------
Label filters: Simplify sentence layout
* Remove the introductory sentence "Where [host|service] label..." and
the first group's operator, and put in a in a simple text "Label" in
front of the first label group.
* Make delete button texts more specific
CMK-12331
Change-Id: I5664fbac5fe86e0dfebbed6bc1b30335dfde7a4c
Commit: 4f617cb3e2f523762cc55715ab0f5e67283f6c75
https://github.com/tribe29/checkmk/commit/4f617cb3e2f523762cc55715ab0f5e672…
Author: Kenneth Okoh <kenneth.okoh(a)tribe29.com>
Date: 2023-02-23 (Thu, 23 Feb 2023)
Changed paths:
M cmk/gui/valuespec.py
M web/htdocs/js/modules/valuespecs.ts
M web/htdocs/themes/facelift/scss/_views.scss
Log Message:
-----------
Label filters: Make first label and first group deletable
CMK-12331
Change-Id: I898ab578a9cacb004ca45937bd5a4f9916686dd9
Commit: 47b78c656240f3b0071290d6a230962baee8c2a8
https://github.com/tribe29/checkmk/commit/47b78c656240f3b0071290d6a230962ba…
Author: Timotheus Bachinger <timotheus.bachinger(a)tribe29.com>
Date: 2023-02-23 (Thu, 23 Feb 2023)
Changed paths:
M buildscripts/scripts/build-cmk-image.groovy
Log Message:
-----------
Fix cmk docker builds
Change-Id: I27b85bcc10b3b64a74610abbdefda24364afbac4
Compare: https://github.com/tribe29/checkmk/compare/36fc4b014dc2...47b78c656240
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 1b8ff9e27faa82e61252f6be06835df8ddcf360a
https://github.com/tribe29/checkmk/commit/1b8ff9e27faa82e61252f6be06835df8d…
Author: Kenneth Okoh <kenneth.okoh(a)tribe29.com>
Date: 2023-02-23 (Thu, 23 Feb 2023)
Changed paths:
M cmk/gui/valuespec.py
M web/htdocs/themes/facelift/scss/_views.scss
Log Message:
-----------
Label filters: Simplify sentence layout
* Remove the introductory sentence "Where [host|service] label..." and
the first group's operator, and put in a in a simple text "Label" in
front of the first label group.
* Make delete button texts more specific
CMK-12331
Change-Id: I5664fbac5fe86e0dfebbed6bc1b30335dfde7a4c
Commit: b05c9f0a9ba57c73ee5a23e00701421c81b0c61e
https://github.com/tribe29/checkmk/commit/b05c9f0a9ba57c73ee5a23e00701421c8…
Author: Kenneth Okoh <kenneth.okoh(a)tribe29.com>
Date: 2023-02-23 (Thu, 23 Feb 2023)
Changed paths:
M cmk/gui/valuespec.py
M web/htdocs/js/modules/valuespecs.ts
M web/htdocs/themes/facelift/scss/_views.scss
Log Message:
-----------
Label filters: Make first label and first group deletable
CMK-12331
Change-Id: I898ab578a9cacb004ca45937bd5a4f9916686dd9
Compare: https://github.com/tribe29/checkmk/compare/e87e3581e60f...b05c9f0a9ba5
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: d2b6150ca30b852c9f2d8ea3cb8b252066f16b42
https://github.com/tribe29/checkmk/commit/d2b6150ca30b852c9f2d8ea3cb8b25206…
Author: Weblate Transfer job <weblate(a)checkmk.com>
Date: 2023-02-22 (Wed, 22 Feb 2023)
Changed paths:
M locale/de/LC_MESSAGES/multisite.po
M locale/es/LC_MESSAGES/multisite.po
M locale/fr/LC_MESSAGES/multisite.po
M locale/it/LC_MESSAGES/multisite.po
M locale/ja/LC_MESSAGES/multisite.po
M locale/nl/LC_MESSAGES/multisite.po
M locale/pt_PT/LC_MESSAGES/multisite.po
M locale/ro/LC_MESSAGES/multisite.po
Log Message:
-----------
[Weblate] Updated translation files
Translation: checkmk/software
Translate-URL: https://translate.checkmk.com/projects/checkmk/software/
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: bc4f378399a78e0b1bcdbea1383a1327f128134e
https://github.com/tribe29/checkmk/commit/bc4f378399a78e0b1bcdbea1383a1327f…
Author: Hannes Rantzsch <hannes.rantzsch(a)tribe29.com>
Date: 2023-02-22 (Wed, 22 Feb 2023)
Changed paths:
M cmk/gui/userdb/session.py
M cmk/gui/watolib/activate_changes.py
A cmk/utils/crypto/secrets.py
M cmk/utils/encryption.py
M cmk/utils/password_store.py
M cmk/utils/paths.py
M tests/testlib/__init__.py
M tests/unit/cmk/gui/valuespecs/test_vs_password.py
A tests/unit/cmk/utils/crypto/test_secrets.py
M tests/unit/cmk/utils/test_encryption.py
M tests/unit/cmk/utils/test_password_store.py
M tests/unit/conftest.py
Log Message:
-----------
Extract some local secrets to helper classes
Introcudes cmk.utils.crypto.secrets for this purpose.
CMK-12166
Change-Id: I8b39f2248634b330a5523d5b00f5f9bacdadca98
Commit: e46ad407f30b6ce63a5f4a5d91ae7132cc4ceee3
https://github.com/tribe29/checkmk/commit/e46ad407f30b6ce63a5f4a5d91ae7132c…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2023-02-22 (Wed, 22 Feb 2023)
Changed paths:
M doc/treasures/check_curl
M doc/treasures/notifications/snmp_trap
Log Message:
-----------
shellcheck-0.7.1 is more picky about word splitting.
Change-Id: Ic822756f26a8fca160b6f51ce82e5404671ee97d
Commit: ec31a1c48c921b32594de1233f0ca995c3a0b7cc
https://github.com/tribe29/checkmk/commit/ec31a1c48c921b32594de1233f0ca995c…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2023-02-22 (Wed, 22 Feb 2023)
Changed paths:
M agents/check_mk_agent.openbsd
M agents/check_mk_agent.openwrt
M agents/z_os/check_mk_agent.wrapper
Log Message:
-----------
shellcheck-0.7.2 is more picky about shell features.
Change-Id: If7769bd4a42f7b07db9553be1e422572376eecfa
Commit: 28f3c1c501fed40799d27e3b7a6169c4f0557ea9
https://github.com/tribe29/checkmk/commit/28f3c1c501fed40799d27e3b7a6169c4f…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2023-02-22 (Wed, 22 Feb 2023)
Changed paths:
M agents/check_mk_agent.aix
M agents/plugins/mk_redis
M agents/plugins/mk_sap_hana
M tests/Makefile
Log Message:
-----------
Fixed some source problems found by shellcheck-0.7.2.
Change-Id: I7ddb8a98d9c6e5aa715b2c9bf7b18d5cbd8fbc99
Commit: d707e7b7a51eba8e25e59950e101a8445d270254
https://github.com/tribe29/checkmk/commit/d707e7b7a51eba8e25e59950e101a8445…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2023-02-22 (Wed, 22 Feb 2023)
Changed paths:
M scripts/check-omd-python-modules
Log Message:
-----------
Don't use deprecated xargs option.
Change-Id: Ieeaee4cffaf60e88b531dc3059cd48eb8d3546ec
Commit: 03802d4002f4bb2d4679790fac0a59ac7bfd6002
https://github.com/tribe29/checkmk/commit/03802d4002f4bb2d4679790fac0a59ac7…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2023-02-22 (Wed, 22 Feb 2023)
Changed paths:
M agents/plugins/runas
Log Message:
-----------
Suppress false positives from shellcheck-0.7.2.
Change-Id: Ib9c4c14f195d8e04a49d857496a060325548521f
Commit: 4a7b56f422413def8a2f02f68bc361446b2f349a
https://github.com/tribe29/checkmk/commit/4a7b56f422413def8a2f02f68bc361446…
Author: Simon Jess <simon.jess(a)tribe29.com>
Date: 2023-02-22 (Wed, 22 Feb 2023)
Changed paths:
M cmk/utils/crypto/certificate.py
Log Message:
-----------
Extend crypto API of RsaPublicKey
Change-Id: Ia1f745403a0d12f29d473c3f55b4ac3ffa4e7bb7
Commit: 8d843731d2db196f402770043405b08e5e63b5cc
https://github.com/tribe29/checkmk/commit/8d843731d2db196f402770043405b08e5…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2023-02-22 (Wed, 22 Feb 2023)
Changed paths:
M agents/plugins/mk_redis
M agents/plugins/mk_sap_hana
Log Message:
-----------
Fixed iteration over shell arrays (SC2048).
Change-Id: I9f6dfe9987b345d8dea4acd424ddeb842ae368fc
Compare: https://github.com/tribe29/checkmk/compare/ea4e5224ceab...8d843731d2db