ID: 4556
Title: Fixed compatibility problem in agent updater with some older windows versions
Component: agents
Level: 1
Class: Bug fix
Version: 1.5.0i1
When running Check_MK agent updater under some older Windows versions (eg. Windows XP),
a problem with some missing runtime libraries can possibly occur.
This would result in an error message beginning with "Error loading Python DLL:..."
A quick-fix for this problem would be the installation of a Microsoft Visual C++
Redistributable package. It can be found at Microsoft support homepage.
(support.microsoft.com) with the search term "vcredist_x86".
The MS VC++ 2008 Redistributable Package (x86) would be sufficient.
However, the needed runtime libraries will be included in all Check_MK
releases containg this werk.
ID: 4051
Title: Timeline highlighting for availability tables works in both directions now.
Component: Multisite
Level: 3
Class: New feature
Version: 1.5.0i1
ID: 4539
Title: if_fortigate: transfered if-checks for fortigate devices into own checkplugin
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.5.0i1
Due incompatible usage of snmp information interface checks for fortigate
firewalls needed to be transfered into an own checkplugin.
This change is incompatible and you will have to rediscover your services
on fortigate firewall devices.
ID: 4433
Title: Fixed freshness and staleness for always-up and cluster hosts.
Component: Core & setup
Level: 1
Class: Bug fix
Version: 1.5.0i1
Host which should be considered always-up and cluster hosts had wrong
freshness and staleness values: They were effectively only checked once, but
never again, so they were considered unfresh and stale after some time.
This has been fixed.
ID: 4432
Title: Avoid starvation of normal checks by real-time checks
Component: Core & setup
Level: 1
Class: Bug fix
Version: 1.5.0i1
Real-time checks could easily starvate normal checks, because they prevented
scheduling of the Check_MK agent with a high probability. This has been
fixed now.