ID: 8623
Title: netstat: Bakery plugin now also works for Windows agent
Component: agents
Level: 1
Class: Bug fix
Version: 1.4.0i2
Previously, the bakery would only deploy the plugin for AIX and Linux,
despite the Windows plugin and check being functionally equivalent.
ID: 8632
Title: Fixed broken "Install remote alert handlers (Linux)" rule on newer platforms
Component: agents
Level: 1
Class: Bug fix
Version: 1.4.0i2
The ruleset could not display the values correctly after creating the first rule.
ID: 8633
Title: Fixed failing agent baking when trying to use "linux remote alert handlers"
Component: agents
Level: 1
Class: Bug fix
Version: 1.4.0i2
The program "mk-remote-alert-handler" was not installed correctly, so the agents
could not be backed anymore when the "linux remote alert handlers" are configured.
ID: 8620
Title: Install missing alert handler for remote execution on Linux
Component: setup
Level: 1
Class: Bug fix
Version: 1.4.0i3
The file <tt>share/check_mk/alert_handlers/linux_remote</tt> had been missing
in the installation. This has been fixed.
ID: 8621
Title: Graph designer: Host names are now auto completed
Component: metrics
Level: 1
Class: New feature
Version: 1.4.0i2
When entering host names into the graph designer host fields,
the available names are completed using a drop down menu you
can choose the final host name from.
ID: 8622
Title: Agent Bakery: Fix broken deployment of automatic agent updater for Windows
Component: agents
Level: 2
Class: Bug fix
Version: 1.4.0i2
This bug affected builds of the 1.2.8 branch after 2016-09-14, including the
releases 1.2.8p11 and 1.2.8p12. Agents deployed with the agent bakery
of these versions do not update automatically. Redeployment to affected hosts
is required.
ID: 8615
Title: cmk-update-agent: Fix 'TypeError: must be string without null bytes, not str'
Component: agents
Level: 1
Class: Bug fix
Version: 1.4.0i1
Problem is that pyOpenSSL version 0.12 has a bug so that it cannot correctly
deal with 0-bytes (which are totally allowed) in keys. This fix falls back
to the command line tool <tt>openssl</tt> when it detects that broken version.