ID: 3343
Title: MKP: Verifying minimal version of packages during installation
Component: Core & Setup
Level: 1
Class: Bug Fix
Version: 1.2.9i1
The minimal required version of MKPs was only an informational field before
this change. Now the version is checked during installation of the MKPs. When
the package requires a newer version than you are currently using it refuses
the installation.
ID: 3342
Title: MKP: local/lib and local/bin of sites can now be packed
Component: Core & Setup
Level: 2
Class: New Feature
Version: 1.2.9i1
The MKP packages can now pack files located below local/lib and local/bin
of Check_MK sites.
When you are using a manual installation of Check_MK (setup.sh), the lib and
bin files shipped with MKP packages are not installed. You can also not pack
such files into MKPs.
ID: 3107
Title: heartbeat_crm: fixed incorrect timezone handling
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.9i1
The service "Heartbeat CRM General" calculated the status output age incorrectly, using comparing a
time in UTC to one in the local timezone of the server.
The fix required the addition of a conversion function to the check api.
ID: 3106
Title: windows agent: added support for new eventlog types introduced with windows vista / server 2008
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.9i1
The new eventlogs introduced in windows vista / windows server 2008 can only be accessed through a
new api introduced in that same version.
To allow this agent to work with older windows versions, the api used can be toggled through the
configuration file and, for compatibilty, defaults to the old style.
To enable the new api, set "vista_api = yes" in the logwatch section.
This only changes the api, it doesn't automatically enable additional logs (there could be
hundreds).
Instead you can manually activate the new-style logs with a line like this (again in the logwatch
section):
"logname Microsoft-Windows-GroupPolicy/Operational = warn"
The correct name to use for the logs can be found in windows through the Properties-Window of a log.
ID: 3339
Title: Fixed exception on "Aggregations Affected by Service" page when no host/service given
Component: Multisite
Level: 1
Class: Bug Fix
Version: 1.2.9i1