ID: 8385
Title: Fixed exception when activating config on slave site
Component: WATO
Level: 1
Class: Bug fix
Version: 1.4.0i1
This exception could occur when the WATO sync is handled by a non initialized
process which has not yet loaded the plugins of all multisite modules.
ID: 8383
Title: cmk-update-agent: Is now compatible to systems with older pyOpenSSL versions
Component: agents
Level: 1
Class: Bug fix
Version: 1.4.0i1
The dependency on up-to-date pyOpenSSL versions on the clients has now been resolved
by adding a compatibility function for verifying the agent package signatures.
cmk-update-agent should now work on all supported platforms.
ID: 8380
Title: Removed the CMC Rush Ahead Daemon (cmcrushd)
Component: WATO
Level: 1
Class: Bug fix
Version: 1.2.7i4
This daemon was meant to shorten the time needed for config changes and activating them in WATO.
But it was nearly useless and caused troubles in different situations. So we decided to drop
it completely.
ID: 8377
Title: Times and comments of downtimes can now be edited
Component: Multisite
Level: 1
Class: New feature
Version: 1.2.7i4
When using the Microcore it is now possible to edit specific attributes
of existing downtimes. Then start and end time and the downtime comment
can be changed now. This can be done only in the "Downtimes" view using
the action "Edit Downtimes".
ID: 8378
Title: Added graph overview page with time range selection for graphs of hosts/services
Component: metrics
Level: 2
Class: New feature
Version: 1.2.7i4
A new view has been added for getting an overview on all graphs of a service. This
replaces the graph page of PNP4Nagios and completes integration of the new graphing
system.
ID: 8375
Title: Fixed PDF export of availability views (e.g. all hosts + one week timerange)
Component: Reporting & Availability
Level: 1
Class: Bug fix
Version: 1.2.7i4
This kind of exception has been fixed:
Traceback (most recent call last):
File "/omd/sites/stable/share/check_mk/web/htdocs/index.py", line 254, in handler
handler()
File "/omd/sites/stable/share/check_mk/web/htdocs/reporting.py", line 1719, in page_instant
render_report("instant", instant_report, rangespec=rangespec)
File "/omd/sites/stable/share/check_mk/web/htdocs/reporting.py", line 1777, in render_report
from_until, range_title = Timerange().compute_range(rangespec)
File "/omd/sites/stable/share/check_mk/web/htdocs/valuespec.py", line 2238, in compute_range
until_time = from_time
UnboundLocalError: local variable 'from_time' referenced before assignment