Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: d25c40856a7b5644d29854fd63bc16967e1908ca
https://github.com/Checkmk/checkmk/commit/d25c40856a7b5644d29854fd63bc16967…
Author: René Slowenski <rene.slowenski(a)checkmk.com>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M tests/integration/checks/test_check_http.py
Log Message:
-----------
integration test: Fix test_check_http
The test test_check_http was disabled for some distributions becaused it
failed so far. The reason for this was that the host was configured to
use an agent, which caused an error message if no agent was available.
This change reconfigures the test host so that no agent is used and
unskips the test for all distributions.
Change-Id: Iae5a77568f3e7ca509ddbfccad5889949f8f0308
Commit: 556d450462588add51bca43a0ab94ad0ec3a5bcd
https://github.com/Checkmk/checkmk/commit/556d450462588add51bca43a0ab94ad0e…
Author: René Slowenski <rene.slowenski(a)checkmk.com>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M tests/testlib/crawler.py
Log Message:
-----------
test gui_crawl: Fix default deque length
Change-Id: I46c1cfd98a8c0e7c2bd51735e7d1e269d7a6d435
Compare: https://github.com/Checkmk/checkmk/compare/11eb02a0fdbb...556d45046258
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
Branch: refs/heads/2.3.0
Home: https://github.com/Checkmk/checkmk
Commit: 67f15a0ddc100c53cfbfe66f951a580321d254bb
https://github.com/Checkmk/checkmk/commit/67f15a0ddc100c53cfbfe66f951a58032…
Author: Hannes Rantzsch <hannes.rantzsch(a)checkmk.com>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M cmk/gui/wato/pages/users.py
Log Message:
-----------
Reset failed login attempts to 0 when unlocked
Previously, when a user was locked due to too many failed attempts, the
failed attempts counter was not reset when and admin unlocked the user.
As a result, the user had only one attempt to login before being locked
out again.
The counter is reset now so the unlocked user has the full number of
failed attempts at their disposal.
Change-Id: I8facb4054ced1ae06dd7aebc01d329a875e449cf
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 11eb02a0fdbb6466abe066d62b50cb590f1d6cac
https://github.com/Checkmk/checkmk/commit/11eb02a0fdbb6466abe066d62b50cb590…
Author: Hannes Rantzsch <hannes.rantzsch(a)checkmk.com>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M cmk/gui/wato/pages/users.py
Log Message:
-----------
Reset failed login attempts to 0 when unlocked
Previously, when a user was locked due to too many failed attempts, the
failed attempts counter was not reset when and admin unlocked the user.
As a result, the user had only one attempt to login before being locked
out again.
The counter is reset now so the unlocked user has the full number of
failed attempts at their disposal.
Change-Id: I8facb4054ced1ae06dd7aebc01d329a875e449cf
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: a9c5dd9723cedde12520b4487b95aa5183c47aaf
https://github.com/Checkmk/checkmk/commit/a9c5dd9723cedde12520b4487b95aa518…
Author: Mathias Laurin <mathias.laurin(a)checkmk.com>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M cmk/base/automations/check_mk.py
M cmk/base/checkers.py
M cmk/base/config.py
M cmk/base/dump_host.py
M cmk/base/modes/check_mk.py
M cmk/base/sources/_builder.py
M cmk/base/sources/_sources.py
M cmk/fetchers/_snmp.py
M cmk/fetchers/snmp.py
M cmk/fetchers/snmp_backend/stored_walk.py
M tests/integration/cmk/snmplib/helper_get_single_oid.py
M tests/integration/cmk/snmplib/helper_get_snmp_table.py
M tests/integration/cmk/snmplib/helper_walk_for_export.py
M tests/unit/cmk/base/sources/test_data_sources.py
M tests/unit/cmk/fetchers/test_factory.py
M tests/unit/cmk/fetchers/test_fetchers.py
Log Message:
-----------
fetchers: Remove dep on cmk.utils.paths #2
Change-Id: Ie232fa29d653490cb1575d974135041ff629b9ed
Commit: 001831737633eb445d78a5a1834085fbccc98eab
https://github.com/Checkmk/checkmk/commit/001831737633eb445d78a5a1834085fbc…
Author: Mathias Laurin <mathias.laurin(a)checkmk.com>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M cmk/base/automations/check_mk.py
M cmk/base/checkers.py
M cmk/base/config.py
M cmk/base/dump_host.py
M cmk/base/modes/check_mk.py
M cmk/base/sources/_builder.py
M cmk/base/sources/_sources.py
M cmk/fetchers/_snmp.py
M tests/unit/cmk/base/sources/test_data_sources.py
M tests/unit/cmk/fetchers/test_fetchers.py
M tests/unit/cmk/fetchers/test_snmp_walk_cache.py
Log Message:
-----------
fetchers: Remove dep on cmk.utils.paths #3
Change-Id: I055edb12dc2b709022bb151835621a2092299784
Commit: ca3db15f549e38473e7541e74eb4f703b388f4ba
https://github.com/Checkmk/checkmk/commit/ca3db15f549e38473e7541e74eb4f703b…
Author: Mathias Laurin <mathias.laurin(a)checkmk.com>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M cmk/base/automations/check_mk.py
M cmk/base/checkers.py
M cmk/base/config.py
M cmk/base/dump_host.py
M cmk/base/modes/check_mk.py
M cmk/base/sources/_builder.py
M cmk/base/sources/_sources.py
M cmk/fetchers/_tcp.py
M tests/unit/cmk/base/sources/test_data_sources.py
M tests/unit/cmk/fetchers/test_fetchers.py
Log Message:
-----------
fetchers: Remove dep on cmk.utils.paths #4
Change-Id: Ibb95513b1b57014110fcdbcac21821e2932f447d
Compare: https://github.com/Checkmk/checkmk/compare/3b692218b057...ca3db15f549e
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
Branch: refs/heads/2.1.0
Home: https://github.com/Checkmk/checkmk
Commit: 6058d7107e84b101ccbc07da6016efbf677722ce
https://github.com/Checkmk/checkmk/commit/6058d7107e84b101ccbc07da6016efbf6…
Author: Timotheus Bachinger <timotheus.bachinger(a)checkmk.com>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M tests/unit/cmk/base/plugins/agent_based/test_cpu_threads.py
Log Message:
-----------
Add base line test
... this reveals the non-resilient parse function...
Change-Id: I69935d00914baca3bb169a483826858e2c4f1328
JIRA-Ref: SUP-16682
Commit: 4d55ad7fd25e107556eef5fcbe4be964bd7167a3
https://github.com/Checkmk/checkmk/commit/4d55ad7fd25e107556eef5fcbe4be964b…
Author: Timotheus Bachinger <timotheus.bachinger(a)checkmk.com>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
A .werks/16240
M cmk/base/plugins/agent_based/cpu.py
M cmk/base/plugins/agent_based/cpu_threads.py
M cmk/base/plugins/agent_based/utils/cpu.py
M tests/unit/cmk/base/plugins/agent_based/test_cpu_threads.py
Log Message:
-----------
16240 FIX Crash on missing thread count on AIX
You're affected if you want to monitor your CPU and the cpu check crashes with something like:
```
File "/omd/sites/YOURSITE/lib/python3/cmk/base/plugins/agent_based/cpu.py", line 48, in parse_cpu
count=int(row[3].split("/")[1]),
ValueError (invalid literal for int() with base 10: '')
```
We saw this happening on AIX system when the ps information cannot be obtained due to low memory.
The parsing is now more resilient against such missing data.
Change-Id: I4118c37e0f78621864ca5aa6a26186b2a548ad42
JIRA-Ref: SUP-16682
Compare: https://github.com/Checkmk/checkmk/compare/fba96ed35bc3...4d55ad7fd25e
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 3b692218b0570ae520df5a94529d232486798530
https://github.com/Checkmk/checkmk/commit/3b692218b0570ae520df5a94529d23248…
Author: Sergey Kipnis <sergey.kipnis(a)checkmk.com>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M packages/mk-sql/src/config/ms_sql.rs
M packages/mk-sql/src/ms_sql/client.rs
M packages/mk-sql/tests/common/tools.rs
M packages/mk-sql/tests/test_ms_sql.rs
Log Message:
-----------
mk-sql: add certificate to API part 2
added local test with certificate
API is fully unfied and uses mssql.connection.tls.client_certificate
Change-Id: I82e61ea5d22cd61fe7c8d08c35f271bb5dc80fad
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications