ID: 14787
Title: Extend service detection for MariaDBs with mk_mysql.vbs
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.2.0i1
You're affected by this werk if you're monitoring MariaDBs with mk_mysql.vbs and you've given a customized service name.
Perviously, the Windows Service was only detected, if it contained the "MariaDB" suffix.
Now Windows Services containing the substring "MariaDB" will be detected (e.g. "MariaDB 10.4.25").
ID: 15031
Title: host_config & dcd: change SiteField field to use configured_sites rather than enabled_sites
Component: REST API
Level: 1
Class: Bug fix
Version: 2.2.0i1
Prior to this werk, the REST API endpoint show all hosts returned a 500 error when one of the returned
hosts was part of a disabled remote site. This error also affected the DCD as the connector uses the
same endpoint to retrieve the hosts. This werk resolves this error by changing the site verification
from using all configured sites rather than all enabled sites.
ID: 14894
Title: Fix availability timeline based on service times
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.2.0i1
If the computation option "Base report only on service times" was used, the
timeline did not display the entries correctly. In some cases the service
period was still shown until the end of the timeline, even if this period had
already ended.
ID: 14700
Title: azure_status: Monitor Azure Status
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.2.0i1
It's now possible to monitor Azure Status from
https://azure.status.microsoft/en-us/status in Checkmk.
One new check has been added, Microsoft Azure: Status.
To monitor Azure Status you have to configure the related
special agent Microsoft Azure Status.
ID: 14994
Title: Fix usage of "_trans_id=-1" in automation calls
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.2.0i1
Using "_trans_id=-1" with an automation user for Web API calls could not be
processed successfully.
The user was not authenticated correctly and the Web API command failed.
ID: 13964
Title: REST API will now return complete Host Tag Group objects
Component: REST API
Level: 1
Class: Bug fix
Version: 2.2.0i1
Instead of returning only the title of a Host Tag Group, the REST API will now als return a topic field
and a list of tags belonging to the the group.
ID: 14996
Title: Fix link of stale services in tactical overview
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.2.0i1
With werk #14759 we adjusted the calculation of stale services in the tactical
overview.
This werk now adjusts the link for this section to show the correct amount of
services in the view "Stale services".
Note:
This adds a new filter to the builtin view "Stale services" ("uncheckedsvc").
If you have customized the view before, please add the filter "Host states"
with checked "UP", "DOWN", "UNREACH" and "PEND" option to your custimzed view
or create a new clone of the builtin view and customize it as before.
ID: 14921
Title: Add path truststore-path to environment
Component: Core & setup
Level: 1
Class: Bug fix
Version: 2.2.0i1
OpenSSL uses the openssldir option at compile-time for the default config paths.
Since every site has its own configuration the openssldir cannot be set to the correct location.
In order to have use the same truststore as the site when using openssl from the commandline the <tt>SSL_CERT_FILE</tt> variable is now set to <tt>var/ssl/ca-certificates.crt</tt> for the site user.
So if not specified otherwise the <tt>openssl</tt> command, run as site user, uses the same truststore as Checkmk.
ID: 14629
Title: 3par_system: Check plugin used to fail if a list of online nodes or cluster nodes was not available
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.2.0i1
The check plugin used to fail if a list of online nodes or clusted nodes was not available in the agent output.
ID: 14995
Title: Fix annotation of downtimes
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.2.0i1
The option "do not regard as scheduled downtime" did not had an effect while
setting annotations for hosts or services.