ID: 1404
Title: Make title/help of custom user attributes localizable
Component: WATO
Level: 1
Class: New Feature
Version: 1.2.5i6
These two texts now also use the existing <i>Customer user localization</i> mechanism.
ID: 1118
Title: bluecat_dns, bluecat_dhcp: no able to run as clustered checks
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.5i6
Both checks can now be configured as clustered services.
If either of the cluster nodes is in OK state, the check will report OK.
ID: 1117
Title: agent_vsphere: now able to query license information from esx system
Component: Checks & Agents
Level: 2
Class: New Feature
Version: 1.2.5i6
The agent_vsphere is now able to get the license usage from the LicenseManager instance.
Upon inventory each license will lead to an own check name esx_licenses.
The check parameters (absolute used, percentage used, all used) can be configured via the WATO rule
<tt>Number of used VMware licenses</tt>
ID: 1403
Title: kernel.util: allow levels for the total CPU utilization
Component: Checks & Agents
Level: 2
Class: New Feature
Version: 1.2.5i6
The CPU utilization check for Linux only allowed to set levels for the disk
wait percentage. The parameters have been converted to a dictionary and
now allow to set levels on the total CPU utilization as well.
Please note: if you have defined the variable {kernel_util_default_levels} in
your {main.mk}, then you need to convert this to a dictionary - otherwise it
will be ignored. Instead of
F+:main.mk
kernel_util_default_levels = (10, 20)
F-:
... please now write...:
F+:main.mk
kernel_util_default_levels = { "iowait" : (10, 20) }
F-:
Users of WATO are not affected by this and do not need to change anything.
ID: 1402
Title: Fixed cased where counting events did not reach required count
Component: Event Console
Level: 2
Class: Bug Fix
Version: 1.2.5i6
This bug was found and fixed by Andreas Döhler!
ID: 1401
Title: Display options in views are now again persistent
Component: Multisite
Level: 2
Class: Bug Fix
Version: 1.2.5i6
When you change a "Display Option" in a view - such as the <i>Time stamp format</i>, then
this option was only valid whilst you were visiting that view. This was due to a bug, which
was introduced in Januar 2014. This has been fixed now. If you are visiting a view again
after changing display options, then these will be persisted forever. Note: the persistance
is on a per-user-base and per-view-base.
ID: 0658
Title: brocade_info: new check to retrieve informational data about Brocade switches
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.5i6
ID: 1115
Title: Renamed rule: Hosts using SNMP v2c -> Legacy SNMP devices using SNMP v2c
Component: WATO
Level: 1
Class: New Feature
Version: 1.2.5i6
The previous rule set "Hosts using SNMP v2c" only applied to legacy snmp devices.
So if you had your host configured as "SNMP (Networking device, Appliance)" it was
already marked as SNMP v2c, however with bulk walk...<br><br>
Renaming this rule set should now make its purpose more clear.
ID: 1114
Title: bluecat_threads: no longer detected on wrong systems
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.5i6
The oid in the snmp_scan function was incorrect.
This caused the check to appear on wrong hosts, where there was no bluecat_threads info available.