ID: 5813
Title: mk_oracle.ps1: temporary files are no longer written to c:\windows\system32
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.6.0i1
Temporary files from this plugin are now generated in the official temp directory.
Its usually specified through the environment variable MK_TEMPDIR, set by the windows agent.
ID: 6186
Title: Fixed crash of Check_MK service on counter wraps in parse functions (e.g. MKCounterWrapped: WMI query timed out)
Component: Core & setup
Level: 1
Class: Bug fix
Version: 1.6.0i1
When a check raises a MKCounterWrapped exception in the parse function, this check result should be ignored.
In all 1.5 releases this lead to a crash with an error message like "MKCounterWrapped (WMI query timed out)"
in case of the WMI checks.
ID: 5806
Title: Periodic service discovery: Fixed scenario where process could get stuck
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.6.0i1
The process discovery (cmk --discover-marked-hosts) triggered by the cronjob had no timeout handling implemented.
The python process could get stuck if the connection to the remote host was never closed.
This could consume lots of memory over time, since the discovery process is triggered every 5 minutes.
ID: 6185
Title: docker_node_images: Improved performance of agent section creation
Component: HW/SW Inventory
Level: 1
Class: Bug fix
Version: 1.6.0i1
The agent section generating code has been reworked for better performance.
You will have to update the agent to get this improvement. In case you use
the old agent with the new check, you will get no image label information.
ID: 6183
Title: LDAP: Improved debug logging during connect
Component: Multisite
Level: 1
Class: Bug fix
Version: 1.6.0i1
When the LDAP logging of the GUI is set to debug the web.log will now get the
debug outputs of the lower level python-ldap and libldap components added.
This will show up detailed information about why connection attempts fail.
ID: 6178
Title: Add inventory views for docker images and containers
Component: HW/SW Inventory
Level: 1
Class: New feature
Version: 1.6.0i1
There are several new inventory based views available which are based
on the inventory (and structured status) data of docker nodes. They
show docker images and docker containers.
ID: 6176
Title: docker_node_images.containers: Show table of containers for docker nodes
Component: HW/SW Inventory
Level: 1
Class: New feature
Version: 1.6.0i1
When you enable the structured status data in the "HW/SW inventory" ruleset,
you now get a table of docker containers in the inventory tree of docker
nodes.