ID: 5523
Title: df: Make filesystem types ignored during discovery configurable via WATO
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.5.0i2
Previously, the only way to influence the filesystem types to be ignored was by
setting a config variable manually in a file, which would affect the behaviour
globally. Now, this can be configured by a rule, allowing to include e.g. tmpfs
only for certain hosts. Individual mountpoints can also be configured to be
discovered regardless of filesystem type.
ID: 5481
Title: Host-specific Check_MK agent TCP connect timeouts
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.5.0i2
The time for TCP connect timeouts of the Check_MK agent
can now be defined on a per-host-basis using the WATO
ruleset "Agent TCP connect timeout".
ID: 5452
Title: Highly improved performance of rendering large tables of HW/SW inventory trees
Component: Multisite
Level: 1
Class: Bug fix
Version: 1.5.0i2
This may also concern other pages or views.
ID: 5524
Title: Check API: Fix set_item_state/get_rate/get_counter logic when called from check functions
Component: Checks & agents
Level: 2
Class: Bug fix
Version: 1.5.0i2
In the 1.5.0 branch, the logic encoding the current item in the key for saved data between checks
was broken for checks with item and parse function. This did not affect the 1.4.0 branch.
ID: 5250
Title: Fixed tmpfs full issue: Activate Changes did not cleanup all temporary files
Component: WATO
Level: 1
Class: Bug fix
Version: 1.5.0i2
The WATO work directory <tt>~/tmp/check_mk/wato</tt> could grow in size,
whenever an unexpected exception happened during the activate changes process.
ID: 5468
Title: Fixed indexing with disjunctions.
Component: Livestatus
Level: 1
Class: Bug fix
Version: 1.5.0i2
To speed things up, livestatus tries to use an index when accessing the
'hosts' and 'services' tables, but there was a bug when a disjunction
('Or:') was used in filters, leading to too few results. This has been
fixed.
ID: 5565
Title: WATO rules: Breadcrumb navigation is now consistent with rule search
Component: WATO
Level: 1
Class: Bug fix
Version: 1.5.0i2
The interaction of the rule search and the folder breadcrumb was not working
correctly. The breadcrumb navigation is now updating the search filters, just
like it's done for the quick search filter.
ID: 5248
Title: diskspace cleanup: No longer deletes agent updater registration files of hosts monitored in foreign sites
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.5.0i2
The diskspace cleanup routine regularly deleted files of hosts which did not belong to the current site.