ID: 1272
Title: alcatel_power, alcatel_temp Support for stacked environments
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.7i3
The Checks handle now the case of stacked switches. Before this change, some of the
temperature Sensors where missing. Only in this case you need to do a new discovery and the service names change.
On normal switches, nothing will change with this werk.
ID: 2463
Title: Hiding not permitted actions from service discovery page when only permitted on host
Component: WATO
Level: 1
Class: New Feature
Version: 1.2.7i3
When users are only permitted on hosts/folders in WATO, the service discovery page showed
buttons and action icons which resulted in an error message when a user not having permissions
on the services clicked on them. These action buttons are now hidden when the user is not
permitted, making the page read-only when user is only permitted to host.
ID: 2462
Title: Users with access to host/services can now edit the disabled services rule for their hosts/folders
Component: WATO
Level: 1
Class: New Feature
Version: 1.2.7i3
In previous versions it was only possible to permit users to edit either all rulesets or no ruleset
related to the folders they are permitted for.
For example users were able to edit their hosts in their WATO folders, perform services discoveries
on these hosts, but were not able to configure the disabled services for these hosts. This has been
changed now for the "Disabled Services" ruleset.
ID: 2461
Title: Service Discovery: Hiding action buttons to rules when user is not permitted to rulesets
Component: WATO
Level: 1
Class: Bug Fix
Version: 1.2.7i3
ID: 2404
Title: apache_status: now able to handle BusyServers and IdleServers
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.7i3
The check crashed when the apache_status plugin reported the fields
BusyServer or IdleServers.
ID: 2403
Title: ibm_imm_fan: fixed exception with invalid formatted fan speed information
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.7i3
The check now able to handle fan speed information of the type <i>40% of maximum</i>.
ID: 2460
Title: Slightly more robust SNMP trap translation
Component: Event Console
Level: 1
Class: Bug Fix
Version: 1.2.7i3
SNMP traps having specific OIDs, like e.g. just ".1.3.6.1" were causing
an exception when the Event Console tried to parse them. This has been
changed to be more robust now.
ID: 2402
Title: netapp_api_disk: fixed broken WATO and check configuration
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.7i3
Incorrect parameters were used within the WATO and the check configuration.
This check got an incomplete rework two months ago where naming for the parameters got changed.
This fix is able to migrate any existing old configuration, so there are no further changes required.
ID: 2459
Title: Preventing caching of all HTTP requests to dynamic pages (*.py)
Component: Multisite
Level: 1
Class: Bug Fix
Version: 1.2.7i3
Especially when opening Check_MK GUI using some kind of proxy or traffic
optimizer it might have happened that those devices were serving cached
(outdated) pages to the user. This was done because the Check_MK GUI
did not set the HTTP headers correctly (when using form based authentication).
This has been fixed now by always setting "Cache-Control: no-cache" for
all dynamic created pages.