ID: 0238
Title: vsphere monitoring: new option to skip placeholder vms in agent output
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.3i7
When using a Site Recovery Manager (SRM) some of the virtualmachines are only
used as fallback. The new agent_vsphere option -p allows to suppress any output
regarding placeholder vms.
Right now this option only works when querying a host system.
Placeholder vms are identified by not having an assigned VirtualDisk Device.
The option is also configurable via the WATO rule "Check state of VMWare ESX via vSphere"
ID: 0237
Title: tsm_sessions: fixed invalid check output during backups
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.3i7
The check was unable to handle agent data where no client_name was set.
This could happen during a backup process.
ID: 0015
Title: Fixed summary computation in availability when grouping is used
Component: Reporting & Availability
Level: 1
Class: Bug Fix
Version: 1.2.3i7
In the availability view the summary line was computed wrong in cased
you had more than one group (e.g. by grouping after the service
group). That has been fixed.
ID: 0014
Title: Fix styling of tables: always use complete width
Component: Reporting & Availability
Level: 1
Class: Bug Fix
Version: 1.2.3i7
This is important of you have a view with more than one group.
ID: 0297
Title: mk-job is now also usable on CentOS 5+
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.3i7
The mk-job script failed with an error on CentOS 5+ systems,
because the /usr/bin/time command does not support the "--quiet"
option. This option seems to be useless when writing to a file,
therefor we removed this option now.
ID: 0296
Title: Fixed moving of snapins while in scrolled sidebar
Component: Multisite
Level: 1
Class: Bug Fix
Version: 1.2.3i7
Release 1.2.3i2 introduced a bug where a snapin was flipping
several pixels above the current mouse position when moving
a snapin while the sidebar is scrolled down.
ID: 0295
Title: Fixed problem with new created tag groups with "/" in title
Component: WATO
Level: 1
Class: Bug Fix
Version: 1.2.3i7
If you used <tt>/</tt> chars in the tag group titles before, the text before
the first <tt>/</tt> was moved from the title to the topic field. This was not
intended. This has been fixed now.
However, there is still some issue with this: If you have existing tag groups with
slashes in their title, the same problem will happen. Thist must be fixed by hand
for the moment.
ID: 0012
Title: Solaris Agent: fixed broken fileinfo section
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.3i7
The fileinfo section of the Solaris agent couldn't handle
more than one file in a directory. This has now been fixed.
ID: 0013
Title: Solaris Agent: implement cached async plugins and local checks
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.3i7
The Solaris agent now supports the same method of asynchronously
executing local checks and plugins as the Linux agent. Simply
create directories below <tt>/usr/lib/check_mk_agent/local</tt>
and <tt>/usr/lib/check_mk_agent/plugins</tt> whose names are a
number of seconds (e.g. <tt>/usr/lib/check_mk_agent/plugins/3600</tt>).
The plugins in those subdirectories will be executed at most every
that number of seconds and also will be run in the background.