ID: 4703
Title: Business intelligence: fixed various display and navigation bugs in timelines page
Component: BI
Level: 2
Class: Bug fix
Version: 1.5.0i1
<ul>
<li>Fixed from/until computation error</li>
<li>No longer hiding timewarped aggregations (BI aggregations at selected timestamps)</li>
<li>Fixed missing/redundant navigation arrows in the timeline selection</li>
<li>Disabled support for multiple BI aggregations in timeline page. This feature will be redesigned later on</li>
</ul>
ID: 4744
Title: msexch_rpcclientaccess: Fixed discovery failure because of an non existing item
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.5.0i1
The checkplugin expected an item for the service description but will never
get one as only one service will be created.
ID: 4665
Title: mail, asciimail: Added subject for bulk notifications
Component: Notifications
Level: 1
Class: New feature
Version: 1.5.0i1
With this new configuration option you can now customize
the subject for bulk notifications and overwrite default
subject 'Check_MK: X notifications for HOST' resp.
'Check_MK: X notifications for Y hosts'.
ID: 4440
Title: check_sftp: New Check for SFTP Connections
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.4.0b9
With this new active check you are able to verify successful logins and
optionally a timestamp of a file or operability of getting/putting a file.
This plugin needs the python libary paramiko and is therefore not out of
the box compatible with older releases of Check_MK.
ID: 4702
Title: Quicksearch: fixed minor parsing issue when using specific filters
Component: Multisite
Level: 1
Class: Bug fix
Version: 1.5.0i1
The first character of the entered search text was not evaluated correctly,
whenever specific filters, e.g. <tt>s: Check_MK</tt> where used.
This didn't cause much trouble, since the search itself was an infix search.
ID: 4750
Title: Ensure uploaded icons are saved with their filename instead of paths
Component: WATO
Level: 1
Class: Bug fix
Version: 1.5.0i1
Uploaded icons may be saved with their full origin path as file name
(the location the file is stored on the client) with some browsers. This
could end up in paths like this:
C:\Users\Username\Documents\Icons\service.png will be stored in Check_MK like
~/local/share/check_mk/web/htdocs/images/icon/C:\\Users\\Username\\Documents\\Icons\\service.png
These files could not be used by the user after upload. These files are now
saved with their filename as expected.