ID: 14204
Title: Fixed "PosixPath error" exception on activate changes
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.2.0p6
If the preferred language setting of some user were set to <tt>None</tt> an exception was shown during activate changes.
In earlier versions <tt>None</tt> was used as "Use fallback english", but this behaviour was changed recently.
ID: 15905
Title: check_disk_smb: Support SMB share hosts in networks other than the Checkmk server network
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.3.0b1
With this werk check_disk_smb now supports share hosts which are in a different network than the Checkmk server. To enable this, the corresponding ruleset now offers an option for configuring the IP address.
Note that this option is only needed if the host is not in the same network as the Checkmk server.
Before this werk, if the SMB share host was in a different network, the plugin crashed.
ID: 15881
Title: saml2: addition of option to map attribute value to specific contact groups
Component: setup
Level: 1
Class: New feature
Version: 2.3.0b1
Prior to this werk, the contactgroup attribute value had to match an existing
Checkmk contact group name in order for the user to be assigned to the respective
group. This werk introduces the multiple options for the attribute value to be mapped to
multiple contact groups in case of a name match. The user can choose from following options:
* `No mapping`: The attribute value is not mapped to any contact group.
* `Direct mapping`: Checkmk attempts to map the attribute value directly to a contact group with
the same name.
* `DN mapping`: Checkmk attemps to extract the CN name in the attribute value string and map it
to a contact group
same name
* `Specific mapping`: The user can specify a mapping of attribute value to contact group name.
ID: 15817
Title: "Site/Host overview" dashlet can now be forced to show either a site or a host overview
Component: Multisite
Level: 1
Class: New feature
Version: 2.3.0b1
Up until now the "Site/Host overview" dashlet was showing either an overview of
sites or of hosts, depending on the context of a dashboard.
It now can be configured to always show a overview of hosts or one of sites in
addition to the context depending behaviour.
ID: 15161
Title: Enforce user role & permissions for statehist table
Component: Livestatus
Level: 1
Class: Bug fix
Version: 2.3.0b1
User role & permissions, such as disabling "see all host
and services" was not always enforced for the statehist
table. That would lead, for example, to non-authorized
users being able to retrieve the list of hosts from the
"availability" menu.
ID: 15770
Title: agent_azure: Option to disable cost monitoring
Component: agents
Level: 1
Class: New feature
Version: 2.1.0p31
By default, Azure agent fetches usage details (costs)
on each run.
Now, an additional option 'Monitor usage details' has
been added to the 'Microsoft Azure' agent configuration.
If disabled the agent will no longer fetch usage details,
which can be useful if querying usage details fails periodically.
ID: 15897
Title: mk_mysql: Make Checkmk the sole provider of mysql configuration
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.3.0b1
Currently, the configuration used to access mysql when using the mk_mysql agent plugin can come from different sources, depending on what option files exist on the remote server.
This means that a configuration provided by the agent rule "MySQL Databases" can be overridden by an existing option file that comes first in the file processing order.
This werk changes this to explicitly use the Checkmk configuration in $MK_CONFDIR/mysql.cfg.
If you have been using other configuration files, you will need to set up your access in the "MySQL Databases" rule.
ID: 15769
Title: oracle_performance_memory: Check all memory metrics
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0p31
Previously, it was possible to configure thresholds for all memory
metrics, but only the "Maximum SGA Size" metric was checked. This resulted
in an incorrect "ORA Performance Memory" service state.