Branch: refs/heads/2.2.0
Home: https://github.com/Checkmk/checkmk
Commit: 42a04e1e0d2284d816c441db28b1b84add149ceb
https://github.com/Checkmk/checkmk/commit/42a04e1e0d2284d816c441db28b1b84ad…
Author: Benedikt Seidl <benedikt.seidl(a)checkmk.com>
Date: 2024-01-04 (Thu, 04 Jan 2024)
Changed paths:
M agents/windows/plugins/mssql.vbs
Log Message:
-----------
format backup sql query
Change-Id: I7eaa8bc7c05b52b324081b6a0d28ba974de0d381
Commit: 4604c56b2686b9a99688aeecab0ff05807cb165a
https://github.com/Checkmk/checkmk/commit/4604c56b2686b9a99688aeecab0ff0580…
Author: Benedikt Seidl <benedikt.seidl(a)checkmk.com>
Date: 2024-01-04 (Thu, 04 Jan 2024)
Changed paths:
A .werks/15314
M agents/windows/plugins/mssql.vbs
Log Message:
-----------
15314 FIX mssql_backup: fix 'no backup found' for case-insensitive databases
In certain circumstances it was possible that the `mssql.vbs` agent plugin
returned `no backup found` because it could not map the found backup to the
database.
The reason for that was, that the comparison between the backups database name
and the database name was case sensitive, but its possible to configure mssql
in a way that backups database name and database name does not match case
sensitive.
We now compare both names on the mssql server so the configured case
sensitivity is respected.
SUP-16249
Change-Id: I781752f6d65042708687915726d9570aaaa4423f
Compare: https://github.com/Checkmk/checkmk/compare/ea48c7bc95fe...4604c56b2686
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: d6da17ee55e9e1984b870044f6dffe7aee6b28bb
https://github.com/Checkmk/checkmk/commit/d6da17ee55e9e1984b870044f6dffe7ae…
Author: Sergey Kipnis <sergey.kipnis(a)checkmk.com>
Date: 2024-01-04 (Thu, 04 Jan 2024)
Changed paths:
M packages/check-sql/src/args.rs
M packages/check-sql/src/constants.rs
M packages/check-sql/src/setup.rs
Log Message:
-----------
check-sql: improve logging
- default size of file is 500K
- tiberius level is set to warn
Change-Id: Ic80884cf429c8e19c3d3eea19a1a73b29b09c2dd
Commit: a0f9cfc2666d654aa579c0005c6f195756ff3434
https://github.com/Checkmk/checkmk/commit/a0f9cfc2666d654aa579c0005c6f19575…
Author: Sergey Kipnis <sergey.kipnis(a)checkmk.com>
Date: 2024-01-04 (Thu, 04 Jan 2024)
Changed paths:
M packages/check-sql/tests/test_ms_sql.rs
Log Message:
-----------
check-sql: improve logging in tests
Change-Id: I2c546132b6a3225416702bbf5fb29f21e84d524a
Commit: a24c872019c4cfd81c3df28d231e8054a00c3cf2
https://github.com/Checkmk/checkmk/commit/a24c872019c4cfd81c3df28d231e8054a…
Author: Sergey Kipnis <sergey.kipnis(a)checkmk.com>
Date: 2024-01-04 (Thu, 04 Jan 2024)
Changed paths:
M packages/check-sql/src/args.rs
M packages/check-sql/src/config/ms_sql.rs
M packages/check-sql/src/config/section.rs
M packages/check-sql/src/config/system.rs
M packages/check-sql/src/config/yaml.rs
M packages/check-sql/src/constants.rs
M packages/check-sql/src/setup.rs
M packages/check-sql/src/utils.rs
Log Message:
-----------
check-sql: introduce new logging config support
Logging configuration including defaults is now fully inside
config::Logging struct.
No Some option -> store None.
Side effects:
- get_int with forced default replaced with get_int returning Option,
- read_file is moved to utils(due to shared usage)
- Args api chenged to unify string generation for flexi_logger::parse
Change-Id: I3a71463dc513a734b395ead6687a19825515a589
Compare: https://github.com/Checkmk/checkmk/compare/d5b97444a715...a24c872019c4
Branch: refs/heads/2.1.0
Home: https://github.com/Checkmk/checkmk
Commit: 3b93e2423887b40a30738101bc51bf8358ecdae0
https://github.com/Checkmk/checkmk/commit/3b93e2423887b40a30738101bc51bf835…
Author: Sofia Colakovic <sofia.colakovic(a)checkmk.com>
Date: 2024-01-04 (Thu, 04 Jan 2024)
Changed paths:
A .werks/16167
M checks/pandacom_psu
Log Message:
-----------
16167 FIX pandacom_psu: New PSU types added
Pandacom devices with PSU types 65025-65033 caused a crash during
section parsing.
Now, Checkmk recognises the new type codes and reports the correct
PSU type.
SUP-16995
Change-Id: I5a80b93415180004cde2f47564fe22210bf4d8a3
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: bc6bfac5ebeb1c465114f73ab15abbab3771f703
https://github.com/Checkmk/checkmk/commit/bc6bfac5ebeb1c465114f73ab15abbab3…
Author: Benedikt Seidl <benedikt.seidl(a)checkmk.com>
Date: 2024-01-04 (Thu, 04 Jan 2024)
Changed paths:
A .werks/15297.md
M agents/windows/plugins/mk_oracle.ps1
Log Message:
-----------
15297 FIX mk_oracle.ps1: port changes made in werk 14839 to windows agent plugin
Changes made in <a href="https://checkmk.com/werk/14839">Werk #14839</a> where
only applied to the linux agent plugin of mk_oracle. Now those changes are also
applied to mk_oracle.ps1
SUP-16779
Change-Id: I8d5e8334fd23799fdd40e2954074ef0af1bb01ea
Commit: 4c810b9317bda09084fcc511b225ae4b7cab1b56
https://github.com/Checkmk/checkmk/commit/4c810b9317bda09084fcc511b225ae4b7…
Author: Benedikt Seidl <benedikt.seidl(a)checkmk.com>
Date: 2024-01-04 (Thu, 04 Jan 2024)
Changed paths:
A .werks/15298.md
M agents/plugins/mk_oracle
M agents/windows/plugins/mk_oracle.ps1
Log Message:
-----------
15298 FIX mk_oracle: restore compatibility with oracle 12c
<a href="https://checkmk.com/werk/14839">Werk #14839</a> added the function
<tt>listagg</tt> to one of our queries.
Older versions of oracle database expect a <tt>WITHIN</tt> statement after the
<tt>listagg</tt> function. This was added to assure compatibility with older
databases.
SUP-16779
Change-Id: Ifa52e2e6301a725f4fc2b723851d9c7e6ef62417
Compare: https://github.com/Checkmk/checkmk/compare/eb51b85e695b...4c810b9317bd
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 0b9b96af3a46692976147e62c4fdc88fa86100f8
https://github.com/Checkmk/checkmk/commit/0b9b96af3a46692976147e62c4fdc88fa…
Author: Kenneth Okoh <kenneth.okoh(a)checkmk.com>
Date: 2024-01-04 (Thu, 04 Jan 2024)
Changed paths:
M cmk/gui/bi/_valuespecs.py
M cmk/gui/valuespec.py
M cmk/gui/wato/pages/rulesets.py
Log Message:
-----------
Rule label conditions: Improve default value rendering
For empty rule label conditions, no empty label group is rendered
anymore, but only the button/link "Add to condition".
Change-Id: Id0b40b1dfcbcd304867ff5bc53439f57bc4d5429
Commit: eb51b85e695b71c5f952dc678ffb3bf8cb4d71e9
https://github.com/Checkmk/checkmk/commit/eb51b85e695b71c5f952dc678ffb3bf8c…
Author: Kenneth Okoh <kenneth.okoh(a)checkmk.com>
Date: 2024-01-04 (Thu, 04 Jan 2024)
Changed paths:
M cmk/gui/forms.py
Log Message:
-----------
UI forms: give sections without a legend the whole form's width
Change-Id: I2c0d6f34bfdb9c531c642b22f5baf9f945c0d962
Compare: https://github.com/Checkmk/checkmk/compare/af343aa0d3c9...eb51b85e695b
Branch: refs/heads/2.2.0
Home: https://github.com/Checkmk/checkmk
Commit: 23e6a107257055d222e8e886f253136385d51ddb
https://github.com/Checkmk/checkmk/commit/23e6a107257055d222e8e886f25313638…
Author: Benedikt Seidl <benedikt.seidl(a)checkmk.com>
Date: 2024-01-04 (Thu, 04 Jan 2024)
Changed paths:
A .werks/15297
M agents/windows/plugins/mk_oracle.ps1
Log Message:
-----------
15297 FIX mk_oracle.ps1: port changes made in werk 14839 to windows agent plugin
Changes made in <a href="https://checkmk.com/werk/14839">Werk #14839</a> where
only applied to the linux agent plugin of mk_oracle. Now those changes are also
applied to mk_oracle.ps1
SUP-16779
Change-Id: I8d5e8334fd23799fdd40e2954074ef0af1bb01ea
Commit: ea48c7bc95feb1e215df405e253a4a0603a5117e
https://github.com/Checkmk/checkmk/commit/ea48c7bc95feb1e215df405e253a4a060…
Author: Benedikt Seidl <benedikt.seidl(a)checkmk.com>
Date: 2024-01-04 (Thu, 04 Jan 2024)
Changed paths:
A .werks/15298
M agents/plugins/mk_oracle
M agents/windows/plugins/mk_oracle.ps1
Log Message:
-----------
15298 FIX mk_oracle: restore compatibility with oracle 12c
<a href="https://checkmk.com/werk/14839">Werk #14839</a> added the function
<tt>listagg</tt> to one of our queries.
Older versions of oracle database expect a <tt>WITHIN</tt> statement after the
<tt>listagg</tt> function. This was added to assure compatibility with older
databases.
SUP-16779
Change-Id: Ifa52e2e6301a725f4fc2b723851d9c7e6ef62417
Compare: https://github.com/Checkmk/checkmk/compare/68b453eb0d58...ea48c7bc95fe
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: af343aa0d3c92f81c5f12b69d682842ec492fbcf
https://github.com/Checkmk/checkmk/commit/af343aa0d3c92f81c5f12b69d682842ec…
Author: Sven Panne <sven.panne(a)checkmk.com>
Date: 2024-01-04 (Thu, 04 Jan 2024)
Changed paths:
M packages/livestatus/include/livestatus/ParsedQuery.h
M packages/livestatus/src/ParsedQuery.cc
M packages/livestatus/src/Query.cc
M packages/livestatus/src/Store.cc
M packages/neb/test/test_CrashReport.cc
Log Message:
-----------
Move wait object lookup to Query where it really belongs.
Change-Id: I5231ee39e5ff51d79a26acee21c3217519b02da1
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 7641fcb706d4a5ea0153824274c9be1d21354828
https://github.com/Checkmk/checkmk/commit/7641fcb706d4a5ea0153824274c9be1d2…
Author: Sofia Colakovic <sofia.colakovic(a)checkmk.com>
Date: 2024-01-04 (Thu, 04 Jan 2024)
Changed paths:
A .werks/16164.md
M cmk/base/plugins/agent_based/veeam_cdp_jobs.py
M tests/unit/cmk/base/plugins/agent_based/test_veeam_cdp_jobs.py
Log Message:
-----------
16164 FIX veeam_cdp_jobs: Handle last sync time from the future
Previously, the veeam_cdp_jobs would crash when receiving last
sync time from the future with a message:
```
raise ValueError("Cannot render negative timespan")
```
Now, the time since the last job run will be 0 for such cases.
Change-Id: Iaf437f65084ed77e9a1ba3795fbc3eafefb91b57