ID: 14854
Title: Use system MIB for OID translation in EC
Component: Event Console
Level: 1
Class: Bug fix
Version: 2.2.0i1
With this change the OID will be correctly translated
if the system has MIBs installed.
ID: 14707
Title: agent_receiver: Fix crash in activation after omd cp
Component: agents
Level: 1
Class: Bug fix
Version: 2.2.0i1
Previously, the activation of changes would crash in the
sites created as copies with the omd cp command.
The error message stated "Permission denied:
'/omd/sites/SITE_NAME/tmp/check_mk/data_source_cache/push-agent/HOST_NAME'".
ID: 14709
Title: aws: Missing regions added
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.2.0i1
Regions Asia Pacific (Hyderabad), Europe (Zurich), Europe (Spain),
Middle East (UAE), AWS GovCloud (US-East) and AWS GovCloud (US-West)
have been added to Amazon Web Services (AWS) configuration rule.
ID: 14176
Title: Setup: Fixed invalid contact group configuration in deprecated hosts.mk file
Component: Setup
Level: 1
Class: Bug fix
Version: 2.2.0i1
hosts.mk files are currently held as fallback configuration in case the newer pickle formatted data is not valid/available.
Contact groups configured on a folder level were currently broken for these hosts.mk files.
Computing the core configuration always showed this error.
<tt>IndexError: pop from empty list</tt>
ID: 14177
Title: BI aggregations: Services did not receive downtimes from host
Component: BI
Level: 1
Class: Bug fix
Version: 2.2.0i1
Services in aggregation trees did not check if their host is in downtime.
This resulted in invalid calculations for "Aggregation is in downtime".
ID: 15118
Title: Fix adding of content elements "for multiple" to reports
Component: Reporting & Availability
Level: 1
Class: Bug fix
Version: 2.2.0i1
Since version 2.1.0 adding of content elements "Host report for multiple hosts"
and "Service report for multiple services" to reports was non functional. The
content element was not added and no error message was shown.
ID: 15117
Title: Fix host and service label sorting and grouping in views
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.2.0i1
If you used host or service label within "Sorting" or "Grouping" in views, the
sorting and grouping order was wrong.
ID: 14688
Title: Increased metric queue sizes
Component: cmc
Level: 2
Class: Bug fix
Version: 2.2.0i1
The internal queues of the CMC for communication with the RRD cache daemon,
Carbon connections, and InfluxDB connections has been increased. This can
help to reduce the "queue full, didn't push update" messages in the CMC log
and the related metric data loss. Note that this will only help when there
are load peaks or peaks in the number of produced metrics from time to time.
If the monitoring server is not powerful enough to handle the average number
of metrics per second in the long run, there will still be data loss.
ID: 15043
Title: Setup search: Limit number of results per topic to 80
Component: setup
Level: 1
Class: New feature
Version: 2.2.0i1
When pressing <i>Show all results</i> for a topic, the search will now display at maximum 80
results. In case more results are available, a corresponding message will be displayed. This can
improve the performance of scenarios where for example a large number of hosts is found for a given
search term.
Furthermore, showing more than 80 results is not helpful to the user. When hitting this limit, users
should either refine their search request or use a dedicated search dialog (such as the search
dialogs in the service monitoring rules or hosts pages).
ID: 15058
Title: REST_API: Show currently running activations was returning a 500 internal error
Component: REST API
Level: 1
Class: Bug fix
Version: 2.2.0i1
If you have never "activated changes" and you try to call the endpoint "show all currently running
activations", you would previously get a 500 Internal error. This is no longer the case. You will
instead get a valid reponse but with no current activations.