ID: 11997
Title: mk_docker.py: Handle parallel calls of the plugin
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
The docker API will not allow parallel calls to its 'df' command.
Since this command is notoriously long running, the section
'docker_node_disk_usage' was often missing if the agent has been
called multiple times in parallel.
ID: 11998
Title: Permission error for unreadable certificates
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
Checkmk 2.0.0b1 to 2.0.0b5 chrashed with an unhandled permission error in
case <tt>/etc/ssl/certs/localhost.crt</tt> was encountered and not readable
by the site user. This can be safely ignored.
ID: 11932
Title: Logwatch: Logfile patterns not working as intended
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
The reclassification of logfile entries with the respective
logfile patterns was not working.
This is was caused by a escaping problem.
ID: 11996
Title: mem: remove pointless metrics for LXC containers
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
The metrics "Committed" and "Largest VM Alloc" are useless for LXC containers, so
they are filtered out in the agent.
ID: 11995
Title: Availablity: GUI crash if timeline is displayed in table
Component: Setup
Level: 1
Class: Bug fix
Version: 2.1.0i1
The GUI crashed with the exception "Internal error: Tuple or struct_time argument required"
when the user chose to "Show timeline of each object directly in table".
ID: 11918
Title: Fix default value of "Number of columns" in display options of views
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.1.0i1
The default value was always "1" but should be the same as the property of the
currently viewed view.
ID: 11841
Title: Windows agent's Python module supports now Windows Server 2012 and Windows 8
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.1.0i1
Older versions of the Windows may have no support for Visual Studio 2015 runtime,
which is mandatory for the Python module.
With this release the Python module of Windows agent is distributed together with
the above mentioned runtime thus resolving the problem.
ID: 11973
Title: Be more precise if include files are missing
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
Checkmk no longer ships '*.include' files in the 'checks/' directory
(see <a href="https://checkmk.com/de/werk/11118">Werk #11118</a>).
In case you have MKPs installed that need them (but do not include
them themselves) you must either update your MKP or provide the
required files in the 'local' folder hierarchy.
The error message now reports the correct path where to put the file.
ID: 11841
Title: Windows agent's Python module supports now Windows Server 2012 and Windows 8
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.1.0i1
Older versions of the Windows may have no support for Visual Studio 2015 runtime,
which is mandatory for the Python module.
With this release the Python moudle of Windows agent is distributed togehter with
the above mentioned runtime thus resolving the problem.