ID: 10845
Title: mk_oracle: Fixed wrong credentials for remote intances in bakery
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
In some cases the credentials have been wrong for remote instances, if they
should use the default login data. Instead the last login entry for selected
databases has been used. Now the bakery uses the correct login data if the
remote instance has not been defined in the selected databases.
To make this fix work, you will have to rebuild your agents in the Agent
Bakery.
ID: 10844
Title: mk_oracle: Added Bakery option to set TNS Alias
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
The TNS Alias for an oracle instance is now configurable through the
bakery. This alias can be used if you use ldap for the login. The support
for that has been added in werk #7916.
ID: 10841
Title: cadvisor_cpu: CPU utilisation check for cadvisor metrics from Prometheus
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
This check plugin can be used for Prometheus retrieved metrics concerning CPU utilisation
information from the cAdvisor. The information can be grouped by container and/or pod level.
The grouping option can be configured in the Prometheus Datasource Program ruleset.
ID: 10771
Title: Fix Service rediscovery for ucd_cpu_util
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
With werk 6952, ucd_cpu_util default configuration changed. However, your
checkmk configuration might still rely on our old default values. Service
rediscovery would crash as old defaults could not be found anymore.
This werk includes the previous default for backwards compatibility,
allowing you to correctly update the service configuration in a service
rediscovery whenever you decide to trigger it.
ID: 10822
Title: HW/SW Inventory tree: Show error message if HW/SW inventory tree cannot be loaded instead of breaking the whole page
Component: Multisite
Level: 1
Class: Bug fix
Version: 1.7.0i1
Previously if inventory trees of hosts could not be loaded (eg. caused by
corrupt data) various views which use the inventory data were broken and only
displayed the error 'Cannot read PATH/TO/INV_DATA ...'.
Now an error message is shown at the top of the page and the page content is
displayed as usual.
ID: 10813
Title: mssql_backup: Do not warn if tempdb has no backup
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
Database tempdb has no backup by default. So far, this has led to state WARN.
This has been fixed and the status is now OK.
ID: 10745
Title: Display name in mail and asciimail plugins
Component: Notifications
Level: 1
Class: New feature
Version: 1.7.0i1
It is now possible to specify an optional display
name that indicates the name of the recipient in
the mail and asciimail plugin.
ID: 10528
Title: Host changes from normal monitoring users were not always applied on the first save
Component: WATO
Level: 2
Class: Bug fix
Version: 1.7.0i1
Users without the role <tt>Read access to all hosts and folders</tt> had to save hosts twice to get their changes applied.
ID: 10744
Title: mssql_blocked_sessions: don't crash in clustered setup
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
In a clustered setup the mssql_blocked_sessions check plugin crashed
if an instance is moved from one node to another and one node reported
blocked sessions while the other node did not. This is fixed.