ID: 7230
Title: Fixed selection of checks in "Check intervals for SNMP checks" ruleset
Component: WATO
Level: 1
Class: Bug fix
Version: 1.6.0i1
Instead of selecting individual check types as it was possible before, the section names
are now selectable as it was intended. As described in help text of this option it is
not possible to configured this setting for individual sub checks, but only for a family
of SNMP checks that share a single SNMP section.
ID: 7064
Title: cpu.threads: now returns the percentage of threads used
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.6.0i1
The check cpu.threads is now able to return the percentage of threads
used on linux systems. To use this feature the check_mk_agent has to
be updated. Levels for the thread usage can be defined in WATO.
ID: 7115
Title: stormshield.include: Fixed possible performance losses
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.6.0i1
SNMP scan functions have the task to filter out SNMP hosts
for which it's not worth trying to discover related services.
In order to achieve this every scan function tries
to find out the right device type by reference to
SNMP SysObjID and/or SNMP SysDescr.
The stormshield scan functions were not restrictive enough and
the result was that for every SNMP host the SNMP table
below .1.3.6.1.4.1.11256 was requested. This might led to
losses during service discovery of all SNMP devices.
ID: 7155
Title: Ended Support for SLES 11 in version 1.6
Component: Linux Distributions
Level: 1
Class: New feature
Version: 1.6.0i1
Since SLES 11 are using a OpenSSL version before 1.0.0 we decided to end the support for SLES 11 for our next release. Many Python packages, that are used in Check_MK are dependent on newer OpenSSL versions. An old OpenSSL version is not only a security risk but also a threat for compatibility and stability.
ID: 7063
Title: Snapins like Micro Core Statistics were not shown for slave sites
Component: Multisite
Level: 1
Class: Bug fix
Version: 1.6.0i1
Snapins like Micro Core Statistics were not shown for slave sites if the slave
site is connected via TCP and Event Console configuration is not pushed. This
has been fixed.
This fix was contributed by Björn Müller.
ID: 7118
Title: mk_msonline: New plugin which monitors licenses and service plans of MS Office
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.6.0i1
ID: 7228
Title: Fixed failing liveproxyd activation when process is currently starting
Component: Livestatus Proxy
Level: 1
Class: Bug fix
Version: 1.6.0i1
There was a race condition in the code that made configuration changes fail
with a message like "Could not reload Livestatus Proxy: invalid literal for
int() with base 10: \'\'. See web.log for further information." when one
tried to chang the site configuration while the proxy was currently in a
specific part of the process startup phase.