ID: 6526
Title: LDAP: Fixed another "ValueError: option error" exception when using LDAP over SSL on some distros
Component: Multisite
Level: 1
Class: Bug fix
Version: 1.6.0i1
This addition to werk #6424 fixes another case where ValueErrors could occur while setting up LDAP connections
over SSL.
ID: 6525
Title: Raw Edition: Graphing pages are now themed correctly
Component: Multisite
Level: 2
Class: Bug fix
Version: 1.6.0i1
The graphing pages of the Raw Edition were always rendered in the classic theme
style. The pages are now rendered in either the classic or the modern style
depending on the choose theme.
ID: 6218
Title: mgmt_ipmi_sensors: Wrong battery / power supply WARN state
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.6.0i1
Due to a bug in pyghmi (https://bugs.launchpad.net/pyghmi/+bug/1790120)
a WARN state was reported for sensors of type "battery" and "power supply".
A workaroud has been added to mitigate this problem.
ID: 6408
Title: blade_health: The state "degraded (non critical)" is now treated as WARN instead of CRIT
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.6.0i1
ID: 6407
Title: mk_postgres, postgres_instances: output missing instance data
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.6.0i1
In the agent plugin mk_postgres a command line option for the output
of the postgres_instances check was missing. This resulted in missing
data for the postgres_instances checks.
To apply this fix the mk_postgres plugin on the affected hosts has to
be updated.
ID: 6518
Title: Fixed sorting of dual list choices (like network interface types)
Component: WATO
Level: 1
Class: Bug fix
Version: 1.6.0i1
When e.g. editing the network interface port types to discovery in the "Network Interface and Switch Port Discovery" ruleset,
the list of port types was initially not sorted correctly. Even when the list was sorted correctly, the sorting was not kept
when moving options between both fields. Both issues have now been fixed.
ID: 6523
Title: nginx_status: Fixed discovery of running instances on Ubuntu
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.6.0i1
Nginx instances on Ubuntu based on the official packages were not detected correctly.
To apply this fix you need to update the nginx_status agent plugin.
ID: 6519
Title: Fixed unselecting items from dual list choice via double click
Component: WATO
Level: 1
Class: Bug fix
Version: 1.6.0i1
It was possible to select items in dual list choices elements (like like network interface types),
but not possible to unselect them in the same way.