ID: 15757
Title: agent_aws: Fix fetching service quotas for EC2, ECS and ElastiCache
Component: agents
Level: 1
Class: Bug fix
Version: 2.3.0b1
Previously, service quotas were fetched without pagination which led to
some quota values missing from the Azure API.
For missing quota values default values were reported instead of the correct
ones.
ID: 15856
Title: <tt>mk_oracle</tt>: Support for only remote instances without piggyback hosts
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.3.0b1
Before this werk, the Oracle agent plugin did not support the following setup:
LI: The target host had no Oracle databases.
LI: There are however configured remote istances <i>without</i> piggyback hosts.
Before this werk, the agent plugin did not produce any output in this particular setup.
ID: 15452
Title: Custom graph, forecast graph and graph collection: Sidebar integration option link fix
Component: setup
Level: 1
Class: Bug fix
Version: 2.3.0b1
Custom graphs, forecast graphs and graph collections have the option "Sidebar Integration".
If this option was set, the save buttons did not correctly redirect.
Additionally, this option prevented the title from being clickable in the list overview of the graphs.
ID: 15815
Title: LDAP connection ids that are invalid user ids will no longer crash Checkmk
Component: Setup
Level: 1
Class: Bug fix
Version: 2.3.0b1
LDAP connection names have the same requirements as user ids and
Checkmk version 2.2.0 introduced stricter requirements for them.
Up until now, Checkmk did not check these requirements when creating new LDAP
connections nor did an update convert them to fit the new requirements.
This Werk tightens LDAP connection id validation to fit the new requirements.
Updating Checkmk will cause all spaces in connection ids to be replaced with
underscores, as this is the most common manifestation of this incompetability.
If you still are unable to update, please check if your connection id consist only
of letters, digits, dollar, underscore, dash, dot, and at and starts
with a letter, digit, dollar, or underscore. If not, rename your connection id
before updating.
ID: 15924
Title: Fix link of host hexagons in alert overview dashlet
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.3.0b1
The alert overview dashlet linked to a service event view, even for host
hexagons.
ID: 15495
Title: Fix generation of report preview in background job
Component: Reporting & Availability
Level: 1
Class: Bug fix
Version: 2.1.0p30
If you used "Generate report preview in background job" on the report scheduler
page, the background job failed with an error like "Exception: content argument
must be Text, not bytes".
ID: 15814
Title: 'effective_attributes' now contains custom attributes and tags
Component: REST API
Level: 1
Class: Bug fix
Version: 2.3.0b1
Starting with 2.2.0, the REST API didn't return custom attributes or non-builtin tags in
'effective_attributes'.
This is no longer the case.
ID: 15494
Title: Allow match groups in grouping expressions
Component: Setup
Level: 1
Class: New feature
Version: 2.2.0p3
You can now use match groups in the global setting "Grouping of services in
table views".
For more information see <a href="https://docs.checkmk.com/latest/en/regexes.html#matchgroups">Match groups</a>.
ID: 15077
Title: Explicit naming of regex and exact match view filters
Component: Multisite
Level: 1
Class: New feature
Version: 2.3.0b1
Several view filters, which perform either regex or exact match queries, did not indicate the match type in their filter title.
This is fixed to all such filters being named "<filter_name> (regex)" or "<filter_name> (exact match)" respectively.
ID: 15828
Title: BI service delivers now state changes to backends
Component: metrics
Level: 1
Class: Bug fix
Version: 2.1.0p29
Previously, BI aggregation service didn't send state changes
to the backend as Carbon or InfluxDb. With this release the
problem had been fixed.
SUP-13859