ID: 14110
Title: Fix using macros in sub directory option of scheduler entries
Component: Reporting & Availability
Level: 1
Class: Bug fix
Version: 2.2.0i1
If you used macros in option "Store in sub directory" of report scheduler
entries, the error "General Options: Please specify a relative path only using
a-z, 0-9, -, _, and ." occurred.
ID: 13649
Title: Dynamic host management: Do not fail to start on missing automation user
Component: Dynamic host configuration
Level: 1
Class: Bug fix
Version: 2.2.0i1
In some sites the 'automation' user might be missing. Even if the dynamic host
management was not configured, this made the DCD fail to start. Leading to
partially started sites.
This change restores the behavior of the 2.0.
ID: 14091
Title: Do not contact site during monitoring of the agent controller
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.2.0i1
Contacting the site may fail and increase the execution time by the TCP timeout.
We don't need the information anyway, so don't query it.
ID: 13830
Title: Windows plugins agent: handle python plugins and local checks
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.2.0i1
The Windows <i>Check_MK Agent</i> was not counting python plugins and
local checks.
Now they are correctly counted.
ID: 13829
Title: Fix wrong plugin and local check count
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.2.0i1
The <i>Check_MK Agent</i> was not counting plugins and local checks that
didn't specify a version.
Now they are properly handled as unversioned.
ID: 14155
Title: Sorter: Improved performance
Component: Multisite
Level: 1
Class: New feature
Version: 2.2.0i1
By using temporary caches, the sorters are now twice as fast.
This could improve performance for larger views by 1-2 seconds
ID: 14074
Title: Agent controller: Try to query port both via <tt>http</tt> and <tt>https</tt>
Component: agents
Level: 1
Class: New feature
Version: 2.2.0i1
When registering at a site, the agent controller (<tt>cmk-agent-ctl</tt>) needs to
know the port at which the site is reachable. If not explicitly passed via the
command line, the controller tries to query this port from the REST API of the site.
Up to now, the controller only attempted to contact the REST API via <tt>http</tt>.
Now, the controller tries both <tt>http</tt> and <tt>https</tt> and only fails if
neither of the two suceeded.
ID: 13858
Title: Fix crash of windows updates check
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.2.0i1
Previously, the Windows updates check crashed if, for
some reason, windows updates service had been disabled.
In this special case the windows_updates.vbs plugin
sent specially formatted output which the check could
not correctly process.
Since this release, windows updates correctly process
any output from windows_updates.vbs plugin and reports
the error if it was presented thus eliminating the
problem.
CMK-10402
ID: 14073
Title: Agent controller: Also listen for IPv6 pull connections
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.2.0i1
The agent controller (<tt>cmk-agent-ctl</tt>) now also listens for incoming
IPv6 pull connections. Previously, only IPv4 connections were handled.