ID: 12915
Title: Informational text abot clusters was not shown in the "Catalog of check plugins"
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.1.0i1
ID: 12901
Title: ps: Fix crash if only some node of a cluster provide memory info
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
The ps check plugin crashed if services where clustered, but only some
nodes provided a memory information and others did not.
ID: 12465
Title: Tag configuration: Fixed broken "Tag usage" page
Component: Setup
Level: 1
Class: Bug fix
Version: 2.1.0i1
The "Tag Usage" page failed with an exception if a tag group contained an empty tag.
ID: 12900
Title: Bulk discovery: Show host count in progress info
Component: Setup
Level: 1
Class: New feature
Version: 2.1.0i1
During bulk discovery, the output "HOST: discovery successful" is
extended to read "[2/5] HOST: discovery successful" to give a better
idea of the progress of the jobs.
ID: 12493
Title: StoreOnce fix on expired tokens
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
The agent_storeonce4x crashed after the token expired. This is now fixed
ID: 12473
Title: BI view filtering: fixed broken host and service filters
Component: BI
Level: 1
Class: Bug fix
Version: 2.1.0i1
The filters <tt>Affected hosts contain</tt> and <tt>Affected by service</tt> did not correctly filter aggregations.
This lead to empty views.
ID: 12981
Title: <tt>oracle_jobs</tt>: Fix ValueError for setups with CDB and nonCDB on same host
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
On hosts with CDB and nonCDB databases, the check <tt>oracle_jobs</tt> crashed.
This has been fixed.
ID: 12944
Title: REST API: acquire wato configuration lock before changing files
Component: Core & setup
Level: 1
Class: Bug fix
Version: 2.0.0p6
Previously, the REST API failed to acquire the WATO configuration lock
before performing file system operations. This could lead to race conditions
when performing actions in parallell. This Werk introduces this lock for all
endpoints that do change configuration files.
No further action is needed.
ID: 12899
Title: Checkmk Service: Do not crash upon exceptions in plugins
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
Previously, the Checkmk services would go to UNKNOWN if a parse function
crashed. This is no longer the case.
In case an exception is raised in a parse function the Checkmk services
will issue a WARNING, and a crash report will be created.
ID: 12311
Title: Views: host custom attribute: Fix grouping, add sorting
Component: Setup
Level: 1
Class: Bug fix
Version: 2.1.0i1
Grouping for a single host custom attribute works now, before this fix the
group was determined by all host custom attributes of the host.
Grouping by a host custom attribute is of limited usefulness without sorting,
so sorting for host custom attributes was added.