ID: 12287
Title: Raw edition: Remove useless rule pack packaging buttons
Component: Event Console
Level: 1
Class: Bug fix
Version: 2.1.0i1
The buttons for assigning rule packs to extension packages is a
Enterprise Edition specific feature. The buttons have now been
removed from the Raw Edition EC rule pack dialog.
ID: 11855
Title: The updating of the Windows agent no longer causes the disappearing of directories in the ProgramData
Component: Checks & agents
Level: 2
Class: Bug fix
Version: 2.1.0i1
Previously, cleaning routine of the Windows agent was called too late: after the sending of the signal "SERVICE_STOPPED".
This may lead to the disappearing of some directories in <tt>%programdata%/checkmk/agent</tt>, because deleting of
directories, such as <tt>tmp</tt>, is the integral part of the cleaning phase of the update routine. If the cleaning
will happen after the Windows agent restarted, then the cleaning will remove working directories and the Windows agent
will not be able to function properly.
With this release the error had been fixed.
ID: 12286
Title: Fix GUI connection issues in distributed setups
Component: Multisite
Level: 2
Class: Bug fix
Version: 2.1.0i1
In distributed setups where one site has a connection problem, the number of
open connections to other sites could stack up and lead to a 100% livestatus
usage which may result in a not responding GUI. Normally this issue was
resolved automatically after some minutes but was then causing trouble again
after some time.
ID: 12080
Title: fjdarye-plugins: some discovery functions returned non-str items, leading to crashes
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
This change turns two item formats from {{int}} to {{str}} making {{fjdarye100_disks}} and
{{fjdarye100_sum}} usable again.
ID: 12086
Title: alcatel_power_aos7: throws exception "KeyError()" on empty power_type_entry
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
Some {{alcatel_power_aos7}} seem to provide an empty string rather than one of '0', '1' or '2'.
This change will take an empty element as '0', i.e. {{"no power supply"}}.
ID: 12081
Title: proxmox_ve_mem_usage: clear default levels
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
Default levels for memory usage have shown to be counter productive so this
change disables them. There are no changes for already configured rules or the
check algorithm itself.
ID: 12083
Title: OverflowError on bad varnishstats uptime value
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
{{varnishstats}} might generate bad values for uptime, e.g. 18446744073709545410.
This change catches the error and provides the user with a hint to {{varnishstats}}.