ID: 15664
Title: <tt>inv_cisco_vlans</tt>: Fix <tt>'list' object has no attribute 'id_'</tt>
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.3.0b1
The inventory plugin <tt>inv_cisco_vlans</tt> crashed with
C+:
'list' object has no attribute 'id_'
C-:
This error was shown in the service output of the HW/SW inventory service of affected hosts.
ID: 15663
Title: Single-metric dashlets: Fix crash when setting fixed data range in time units
Component: metrics
Level: 1
Class: Bug fix
Version: 2.3.0b1
When attempting to configure <i>Data range</i> > <i>Fixed range</i> in time units (<i>Timespan or
Duration in seconds</i>) for single-metric dashlets such as gauges, the default value (100 s) lead
to a crash when saving:
C+:
The parameter "type_p_display_range_0_3_0_days" is not an integer.
C-:
Users could still fill in integer values manually and successfully save the dashlet configuration.
As of this werk, also the default value can be saved without an error message.
ID: 15530
Title: Discovered host labels: Update nodes when clusters are updated
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0p27
If the discovered host labels have been updated via WATO for a cluster, the host labels of the affected nodes have not been updated accordingly.
ID: 15706
Title: Reduce permission questions during "omd update"
Component: Site Management
Level: 1
Class: Bug fix
Version: 2.2.0b6
When executing "omd update" with old sites that have been running with various older stable versions,
the permissions of some directories may not be as we expect. Instead of asking user for confirmation
we now enforce the new default permissions to be applied.
This change affects these directories:
<ul>
<li>etc/check_mk/multisite.d</li>
<li>etc/check_mk/conf.d</li>
<li>etc/check_mk/conf.d/wato</li>
<li>local/share/nagvis/htdocs/userfiles/images/maps</li>
<li>local/share/nagvis/htdocs/userfiles/images/shapes</li>
</ul>
ID: 15662
Title: Bug fixes for <tt>cmk.gui.plugins.metrics.utils.indexed_color</tt>
Component: metrics
Level: 1
Class: Bug fix
Version: 2.3.0b1
This werk is mainly relevant to users who deploy or develop custom Checkmk plugins. For all other
users, the werk might result in some changes regarding the colors of certain metrics in graphs.
The above mentioned function, also available via <tt>cmk.gui.plugins.metrics.indexed_color</tt>,
computes colors for graphs. It was buggy in multiple ways:
LI: There was no validation of the input arguments <tt>idx</tt> and <tt>total</tt>. We now ensure that <tt>0 <= idx <= total</tt> and <tt>total > 0</tt>. If these requirements are violated, an error is raised.
LI: <tt>indexed_color</tt> crashed for certain (valid) parameter combinations. For small values of <tt>idx</tt>, <tt>indexed_color</tt> returns values from a fixed set of pre-defined colors. Once this set was exhausted, the function crashed if <tt>idx</tt> was close to <tt>total</tt>.
LI: Depending on the value of <tt>total</tt>, <tt>indexed_color</tt> produced very dark colors after exhausting the pre-defined set. Instead, we now always start with the same brightness and then then become successively darker.
ID: 15482
Title: Random automation secret is now copied to clipboard on creation
Component: Setup
Level: 1
Class: Bug fix
Version: 2.2.0b6
If you created a new automation secret for an automation user via "Create
random secret", there was no possibility to save the generated secret for
future use.
Therefore, the generated secret is now also copied to clipboard.
ID: 15661
Title: Automatic host removal: Remove agent TLS registration when deleting hosts in subfolders
Component: setup
Level: 1
Class: Bug fix
Version: 2.3.0b1
When removing hosts in subfolders, the <a href="https://checkmk.com/werk/15407">automatic removal of hosts</a>
did not remove the agent TLS registrations of these hosts. This unintended behavior interferred with
the auto-re-registration introduced in <a href="https://checkmk.com/werk/15658">werk 15658</a>.
ID: 15392
Title: Cisco Meraki: Use device name instead of lan IP as the piggybacked host name
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.3.0b1
ID: 15391
Title: cisco_meraki_org_licenses_overview: Short service description
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.3.0b1
The service description of the check plugin
{{cisco_meraki_org_licenses_overview}} was very long. Now we changed it from
{{Cisco Meraki Organisation ITEM Licenses Overview}} to
{{Cisco Meraki Licenses ITEM}}.
In order to use the new service descriptions you have to rediscover these
services.