ID: 15818
Title: Activating changes will check for git being installed if config versioning is enabled
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.3.0b1
If configuration versioning (named "Use GIT version control for WATO" in the GUI) is
enabled, activating changes will now check if git is installed and if not, fail to
activate the changes.
ID: 15904
Title: Added option to execute ibm_mq plugin as mqm user
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.3.0b1
Added option to execute ibm_mq plugin as mqm user.
This can be set in the existing bakery WATO rule 'IBM MQ (Linux)' by checking the 'Execute as another user' option and selecting 'Execute as MQM'.
ID: 15401
Title: HW/SW Inventory: Fix crash if an attribute contains a list of values
Component: HW/SW Inventory
Level: 1
Class: Bug fix
Version: 2.1.0p30
ID: 15949
Title: <tt>omd update</tt> reports <tt>etc/omd/allocated_ports</tt> as obsolete and changed
Component: Site Management
Level: 1
Class: Bug fix
Version: 2.2.0p3
During an update from 2.1.0 to 2.2.0, users might have encountered the following message:
F+:
Changes in obsolete file etc/omd/allocated_ports
The file etc/omd/allocated_ports has become obsolete in the new version, but
you have changed its contents. Do you want to keep your file or may I remove
it for you, please?
keep keep your file, though it is obsolete
remove remove your file
shell Open a shell for looking around
abort Stop here and abort update!
F-:
This file can be safely removed. Furthermore, as of this werk, this message will not be displayed
anymore.
ID: 15628
Title: VMware ESXi [Filesystems]: Show Servers
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.2.0p3
The built-in view <tt>VMware ESXi [Filesystems]</tt> would previously only show
servers with the label <tt>cmk/os_family:VMware ESXi</tt>. This would cause it
to erroneously filter out hosts in specific agent configurations.
ID: 15896
Title: State and Count of Processes: Use remote server time for process creation time when using Solaris or AIX agent
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.3.0b1
As mentioned in werk 15894, the reference time used to calculate the creation time of a process as displayed by the "State and Count of Processes" service is the time the agent section was parsed.
The <tt>check_mk_agent.solaris</tt> and <tt>check_mk_agent.aix</tt> agents will now also output the time at which the ps command was executed to be used as reference instead.
The agent must be redeployed to take advantage of this change.
ID: 15895
Title: State and Count of Processes: Use remote server time for process creation time when using Linux agent
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.3.0b1
As mentioned in werk 15894, the reference time used to calculate the creation time of a process as displayed by the "State and Count of Processes" service is the time the agent section was parsed.
The <tt>check_mk_agent.linux</tt> agent will now also output the time at which the ps command was executed to be used as a reference instead.
The agent must be redeployed to take advantage of this change.
ID: 15894
Title: State and Count of Processes: Calculate process creation time consistently
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.3.0b1
The creation time of a process, as displayed by the "State and Count of Processes" service is calculated by taking the difference between the current time and the time elapsed since the process was started.
Previously, this used the time the check was performed at as the current time, leading to different creation times if different services were created for the same process.
Now the time the agent section was parsed is used instead.
Note that this will still lead to incorrect creation times if it takes too long to fetch the agent output.