ID: 10187
Title: Windows agent: Resolved problem with message UNKN – Item not found
Component: Checks & agents
Level: 2
Class: Bug fix
Version: 1.7.0i1
Previously wmi_cpuload section may trigger the answer from the client before
the plugins section was ready. As a result some services reported error
"UNKN - Item not found".
Now this error is fixed.
ID: 10188
Title: Windows Agent: Fix possible update / downgrade problems
Component: Checks & agents
Level: 2
Class: Bug fix
Version: 1.7.0i1
Previously Windows Agent used only the file timestamp to determine whether
the file have to be reinstalled.
This may lead to impossibility to update the file if for some reason the
file timestamp was wrong(downgrade, invalid time).
Now Windows Agent compares file content too. If content mismatches,
then the file should be installed even if timestamp is ok.
ID: 10238
Title: Fix rule matching issue on subfolders with common prefix
Component: Core & setup
Level: 2
Class: Bug fix
Version: 1.7.0i1
When having a folder named "prefix" together with a folder named
"prefix_suffix" on the same folder level with a rule on the
"prefix" folder, this rule matched on the "prefix_suffix" folder
accidentally.
ID: 10180
Title: LDAP: Fix name clashes when using multiple LDAPs with suffix and without
Component: Multisite
Level: 2
Class: Bug fix
Version: 1.7.0i1
When using the LDAP authentication with multiple LDAP servers where one of the
connections has a connection suffix configured and another does not have one
configured, it could happen that users authenticating with the suffixed
connection end up as authenticated user of the not suffixed connection.
ID: 10174
Title: Add Web-API calls for Checkmk Grafana datasource 1.1.0
Component: metrics
Level: 2
Class: New feature
Version: 1.7.0i1
The upcoming version 1.1.0 of the Checkmk Grafana datasource
(https://github.com/tribe29/grafana-checkmk-datasource/)
will introduce some new features that need these new API calls:
<ul>
<li>get_combined_graph_identifications: Used to aggregate similar graphs
of the same type together to a single value</li>
<li>get_graph_annotations: Used to add some monitoring events as Grafana
annotations to dashboards.</li>
</ul>
ID: 10067
Title: agent_graylog: New special agent to query Graylog instances
Component: Checks & agents
Level: 2
Class: New feature
Version: 1.7.0i1
A new datasource program to query Graylog instances.
Checks following soon.
ID: 10167
Title: Fix excessive memory consumption on systems using apache 2.2 (e.g. RedHat 6)
Component: Multisite
Level: 2
Class: Bug fix
Version: 1.7.0i1
The site apache was consuming a lot more memory than intended. The memory usage
seemed to grow with every request to the apache 2.2 process. This was caused by
a bad mod_wsgi configuration. This config made each apache process create multiple
python interpreters within a single process, one for each GUI page (views.py, ...).
Apache 2.4 based systems were not affected by this.
ID: 10115
Title: Reanimated shadow hosts
Component: Core & setup
Level: 2
Class: Bug fix
Version: 1.7.0i1
Due to a regression in 1.6.0, using shadow hosts on the master site caused
invalid configurations, which in turn caused CMC crashes. This has been
fixed.
ID: 10117
Title: Unbreak config generation for raw edition
Component: WATO
Level: 3
Class: Bug fix
Version: 1.7.0i1
A change introduced for 1.6.0b10 broke the config generation for the raw
edition, this has been fixed. Note that enterprise/managed editions were
not affected.
ID: 10107
Title: CLI: Don't crash on manual parent scan from the command line without a specific host
Component: Core & setup
Level: 2
Class: Bug fix
Version: 1.7.0i1
Fixes CMK-2732