ID: 7042
Title: mk_logwatch: Support lookup of remote ip against subnetworks in cluster mapping
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.6.0i1
This werk adds support for the lookup of the remote ip against IPv4 and IPv6 subnetworks
(CIDR notation) in the logwatch cluster configurations. Until now the cluster mapping allowed
lookup of the remote ip against IPv4 and IPv6 addressess only.
CMK-1690
ID: 7153
Title: Solaris Agent: fixed wrong ps command in CPU section
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.6.0i1
On Solaris the option "--no-headers" is missing and caused a crash in the check
cpu.threads.
ID: 7189
Title: Bookmark lists: Individual topics per bookmark can now be choosen from predefined topics
Component: Multisite
Level: 1
Class: New feature
Version: 1.6.0i1
The individual topics that are defined in an existing bookmark list can now be choosen from
a dropdown field when creating new bookmark entries with individual topic.
ID: 7190
Title: More GUI elements can be shared with specific contact groups
Component: Multisite
Level: 1
Class: New feature
Version: 1.6.0i1
Views, reports and dashboard could already be shared with the users of specific
contact groups.
For a consistent user experience other customizable elements can now also be
shared with a specific group of users instead of all users.
This change affects the following elements: The bookmark lists and snapins for
all Check_MK Editions and the Graph Collections, Custom Graphs, Graph Tunings
and SLAs for the Enterprise and Managed Services Edition
ID: 6708
Title: WATO service discovery: Fixed incorrect creation of disable rule for duplicate service description
Component: WATO
Level: 1
Class: Bug fix
Version: 1.6.0i1
Different check_types may have the same service description, for example <tt>CPU utilization</tt>.
If you created a <tt>Disabled check</tt> rule for some SNMP based CPU utilization check and
used the service discovery page, a <tt>Disabled service</tt> rule was automatically created for this SNMP
based check. As a side effect, the TCP based CPU utilization check was disabled as well..
ID: 7186
Title: Add painters & filters for host & service custom attributes
Component: Multisite
Level: 1
Class: New feature
Version: 1.6.0i1
In addition to the already existing "Custom variables" painters that render a
table of custom variables, painters and filters have been added to work with
single custom attributes.
The naming has been cleaned up: All elements now use the term "Custom attributes"
instead of "Custom variables".
ID: 7185
Title: Custom service attributes can now be configured
Component: WATO
Level: 2
Class: New feature
Version: 1.6.0i1
It is now possible to configure arbitrary custom attributes for all services
just like it was already possible for hosts and users in previous versions.
The configuration procedure is working equally, you first need to define an
attribute in the first place, to be able to refer to the attribute and assign
it to services. The definition of custom attributes is done using the Global
Setting "Custom service attributes".
Once you have defined a custom service attribute, you can assign it to a
collection of services using the equal named ruleset "Custom service attributes".
In general, you should keep the number of rules low. To support you in this,
the rule is structured so that you can select several custom attributes for
each rule.
The custom service attribute will be named <tt>_[ID]</tt> in the core
configuration and can be gathered using the Livestatus column
<tt>custom_variables</tt> using the <tt>[ID]</tt>. The custom service
attributes are available to notification scripts as environment variable
named <tt>SERVICE_[ID]</tt>.
ID: 7103
Title: Fixed possibly permanent PENDING or STALE services
Component: config
Level: 1
Class: Bug fix
Version: 1.6.0i1
This was caused by a missing lock release if a timeout occurs
while loading data from a file.
For example loading or saving files which contain counter
values for calculating rate or average values.