ID: 5127
Title: asciimail, mail: Added macros $COUNT_NOTIFICATIONS$ and $COUNT_HOSTS$ which can be used in bulk notification subject
Component: Notifications
Level: 1
Class: New feature
Version: 1.5.0i1
In notification bulking you're able to customize your own subject.
Moreover if the macro {{$COUNT_NOTIFICATIONS$}} is used, the amount of
notifications will be inserted and if you use the macro {{$COUNT_HOSTS$}}
then the amount of hosts will be applied.
ID: 5219
Title: brocade_sfp, brocade_sfp.temp: New checks to monitor SFPs of Brocade fibre channel switches
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.5.0i1
These checks allow to monitor the power level, temperature, current and voltage of the SFPs.
ID: 5220
Title: brocade_sys, brocade_sys.mem: New checks to monitor main memory usage and CPU utilization of Brocade fibre channel switches
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.5.0i1
ID: 5126
Title: Service discovery dialog: Fixed moving services to "Disabled services" for remote sites
Component: WATO
Level: 1
Class: Bug fix
Version: 1.5.0i1
Previously moving services to table "Disabled services" was broken.
This concerned only hosts belonging to remote sites and has been fixed.
ID: 5207
Title: Bulk discovery: Fixed "Maximum number of retries reached" error during bulk discovery
Component: WATO
Level: 1
Class: Bug fix
Version: 1.5.0i1
When performing a bulk discovery on more than 40 hosts an error with
this message could occur:
"Error during discovery: Maximum number of retries reached. You need to restart the bulk service discovery"
After this fix you should be able to perform bulk discoveries with a lot
larger number of hosts. The limitating factor (limited number of transaction ids)
has been removed.
ID: 5189
Title: Fixed scheduling of checks after a start/reload of the Micro Core
Component: Core & setup
Level: 1
Class: Bug fix
Version: 1.5.0i1
After a start/reload the Check_MK Micro Core did not always schedule checks
early enough to avoid their staleness, which was especially visible for
checks with a long check interval, e.g. discovery or HW/SW inventory. This
has been fixed.
ID: 5228
Title: WATO Web-API: now able to edit users which were created through the GUI
Component: WATO
Level: 1
Class: Bug fix
Version: 1.5.0i1
Users created through the WATO users page lacked the attribute <tt>"connector":"htpasswd"</tt>.
The edit_users Web API call can now handle this issue.