ID: 10681
Title: Bakery can configure Checkmk Windows agent service
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
Previously the service of the Checkmk Windows agent have been installed
using default Windows settings for the Windows service.
The new ruleset in Bakery <tt>Checkmk Windows agent service settings</tt>
gives the possibility to configure some parameters of the service during
installation.
At the time the Bakery can change next parameters: 'Restart on crash',
'Action on error' and 'Service start type'.
The same functionality in Raw Edition can be achieved using the Agent
configuration file.
ID: 10761
Title: redis_info.clients: New check to monitor Redis info clients section
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
With this check you can monitor Redis instances. The check gets input from
the redis-cli command "info" and the resulting "Clients" section. It outputs
the number of client connections (excluding connections from replicas), the
longest output list among current client connections, the biggest input buffer
among current client connections and the number of clients pending on a
blocking call (BLPOP, BRPOP, BRPOPLPUSH).
Needs the agent plugin "mk_redis" to be installed.
ID: 10588
Title: ps: Handling of non-ASCII characters during process discovery
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
This fixes a rare encoding related exception during process discovery.
If one of the matched groups contained a non-ASCII character and that
matched group was supposed to be formatted into the service description,
the discovery crashed.
ID: 10767
Title: Implement Forecast Graph prediction engine
Component: metrics
Level: 1
Class: New feature
Version: 1.7.0i1
To avoid the need for extenal dependencies for the Forecasting Graphs we
have reimplemented the prediction algorithm within Checkmk.
This Werk replaces Werk #7451. The {bin/install_fbprophet} script can be
used to uninstall previously installed dependencies.
ID: 10703
Title: Fix some reflected XSS issues
Component: Multisite
Level: 1
Class: Security fix
Version: 1.7.0i1
Fixed several reflected XSS issues that were possible because some webservice
responses that may contain user provided strings were not correctly encoded.
ID: 10738
Title: Store the site settings of sidebar snapins
Component: Multisite
Level: 1
Class: Bug fix
Version: 1.7.0i1
Sometimes the configured site of the sidebar snapins "Micro Core Statistics",
"Server Performance" and "Event Console Performance" was not saved. As a
result the site was reset to the old value when the browser was reloaded.
This is fixed.
ID: 10760
Title: Fix missing "Log: Output" column
Component: Multisite
Level: 1
Class: Bug fix
Version: 1.7.0i1
If you edited existing views which used the column "Log Entries: Log Output",
the column field was empty and this option was not available to choose.
This has been fixed.
ID: 7279
Title: CME Snapshot generation: Improved performance by using more processes for the config computation
Component: WATO
Level: 1
Class: New feature
Version: 1.7.0i1
ID: 10634
Title: wmi.include: display the unit for levels in status detail of a service
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
In the status details of a service, when the warn/crit message is shown,
it is now possible to display the unit of the levels. E.g. for seconds 's' or millisecond 'ms'.
This change relates to checks using the wmi.include
ID: 10583
Title: mem.win: Reformat output to match other memory services
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
The previous output "Memory usage 12.3% (12.30 GB/100.00 GB)" is now displayed as
"RAM: 12.3% - 12.30 GB of 100.00 GB". This is in line with several other memory check plugins.