ID: 8706
Title: cmk-update-agent: Interactive call now works correctly with changed config path
Component: Agent Bakery
Level: 1
Class: Bug Fix
Version: 1.4.0i3
The agent updater needs access to the Check_MK agent configuration directory, e.g. to
read it's own config. When this directory is changed from /etc/check_mk using the
WATO ruleset "Installation paths for agent files (Linux, UNIX)", the interactive call
of the agent updater was not able to find it's configuration anymore. When the program
is installed via the bakery packed packages, the updater now knows about the custom
path and finds it's configuration correctly.
ID: 8705
Title: RPM/DEB: Verifying python version during install when shipping python plugins
Component: Agent Bakery
Level: 1
Class: Bug Fix
Version: 1.4.0i3
The agent packages shipped by the agent bakery may contain agent plugins that need
a python interpreter on the target system. The Debian- and RPM-packages built by
the agent bakery are now verifying that the python interpreter is installed as
'python' in the PATH and also verify that this python is Python 2.x. The later check
is needed because the Python agent plugins are currently only Python 2.x compatible.
ID: 4379
Title: Don't show delete event icon in event history views
Component: Event Console
Level: 1
Class: Bug Fix
Version: 1.5.0i1
This icon makes only sense in regular Event Console views to delete
an open event.
ID: 4204
Title: Prevent password completion for all WATO rule where passwords are being specified
Component: WATO
Level: 2
Class: Bug Fix
Version: 1.5.0i1
Most browsers try to autofill password input fields in forms.
While this is useful in most times it is very nasty in WATO
rules where passwords are being configured. This not only
destroys existing passwords when loading and saving a rule. It
also renders the {{view in plaintext}} button useless.
This has been fixed for all browsers.
ID: 4376
Title: WATO Web-API: Is now disabled when WATO is disabled on a site (e.g. slave sites)
Component: WATO
Level: 1
Class: Bug Fix
Version: 1.5.0i1
ID: 4375
Title: check_sql: Fixed reporting configuration issues to monitoring core
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.5.0i1
The plugin was writing it's textual output to stderr in case of errors or
configuration problems which is not processed by the core. So the plugin
output could be empty.