ID: 6528
Title: TMPFS config hook is now available again
Component: Site Management
Level: 1
Class: Bug fix
Version: 1.6.0i1
The hook as removed during 1.5 development (#5170). Since it is
useful to disable TMPFS especially when Check_MK sites are used
in container environments.
E.g. when using Docker tmpfs mounts in containers are only possible with
privileged containers or SYS_ADMIN capability. In this situation it is
better to turn off the TMPFS in the site and tell docker to mount a
tmpfs in the sites tmp directory during container creation
(e.g. using docker run --tmpfs /omd/sites/[site]/tmp).
ID: 6531
Title: Fixed background color of host state columns in views when host is down
Component: Reporting & Availability
Level: 1
Class: Bug fix
Version: 1.6.0i1
The DOWN state was always colored yellow instead of red.
ID: 6473
Title: zpool: Now also available for linux
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.6.0i1
The zpool will now be checked also on linux systems.
ID: 6524
Title: BI: Fixed folding of BI aggregations of the same type
Component: WATO
Level: 1
Class: Bug fix
Version: 1.6.0i1
When having multiple BI aggregations configured that use the same top level rule,
this resulted in strange effects when folding / unfolding the aggregations in the
"Rule tree" column. In some situations the wrong tree was toggled.