ID: 15149
Title: agent_azure: Fix crash if the metric isn't found
Component: agents
Level: 1
Class: Bug fix
Version: 2.3.0b1
The Azure agent would crash if the metric wasn't available for a resource.
Now, the agent doesn't crash and retries to fetch available metrics.
ID: 15253
Title: Abort CMC startup if state file could not be read or parsed
Component: cmc
Level: 1
Class: Bug fix
Version: 2.3.0b1
This avoids simply continuing and creating a new state file, which loses all
comments, ad hoc downtimes, acknowledgements, etc.
Note that it is still OK when there is no state file at all, which is e.g.
the case when the CMC starts for the first time.
ID: 15384
Title: check_mk_agent: handle tabs when reading definitions from mrpe.cfg
Component: agents
Level: 1
Class: Bug fix
Version: 2.3.0b1
Prior to this werk, the Checkmk agent for linux, solaris and aix was not able to handle
tabs in the service definitions in the mrpe.cfg file. This werk resolves this issue and
correctly identifies the service description, command and optionally the time interval.
ID: 15238
Title: Too restrictive permission checking in service discovery
Component: Setup
Level: 1
Class: Bug fix
Version: 2.3.0b1
On the service discovery page some permissions where checked to restrictive.
For instance: A user that was not allowed to add "ignored" services, would also
be prevented from adding services to the monitoring.
ID: 15130
Title: Only execute PDF cleanup cronjob if PDF tmp directory exists
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.3.0b1
If no PDF tmp files were created before the cronjob introduced in werk #15125
was executed, the directory was missing and the cronjob had an output like "No
such file or directory". The cronjob is now only executed if the directory
"~/tmp/check_mk/pdf" exists.
ID: 13627
Title: Dashboards: New cloud dashboards for virtual machines on AWS, Azure and GCP
Component: Multisite
Level: 1
Class: New feature
Version: 2.3.0b1
ID: 14584
Title: KUBE: Supported versions of Kubernetes are 1.22, 1.23 1.24, 1.25 and 1.26
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.3.0b1
With this release of Checkmk, we support versions 1.24, 1.25 and 1.26 of Kubernetes. Support for
version 1.21 is removed.
ID: 15129
Title: Fix possible lost publish configuration of visuals after saving
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.3.0b1
If a user without the permission "Publish ..." but with permission "Publish ...
to allowed contact groups" saved a visual (views, dashboards, etc.) with a
choosen contact group the visual should be published to, the changes were lost
after saving the visual.
ID: 14303
Title: Fix "omd config" terminating after changing a setting
Component: Site Management
Level: 1
Class: Bug fix
Version: 2.3.0b1
When executing "omd config" in interactive mode, it terminated after changing
the first config option instead of continuing to run.
This change restores the behavior of earlier versions that kept the menu open
after changing one option.
ID: 15126
Title: Fix rule search for folders with same name
Component: Setup
Level: 1
Class: Bug fix
Version: 2.3.0b1
If you used the page menu option "Folder" - "Rules" in "Setup" - "Hosts" for
a folder which name already existed in another folder, the rule search result
may have shown rules for the other folder. In this case, the displayed rules
were linked to empty ruleset pages.