ID: 10464
Title: netscaler_vserver: output health information
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
Since version 1.6.0 the check netscaler_vserver did not output
any health information. This is fixed.
SUP-198
ID: 10560
Title: Extension packages: Add informational "Valid until version" field
Component: Core & setup
Level: 1
Class: New feature
Version: 1.7.0i1
Checkmk extension packages (MKPs) can now have a new field, which is named
"Valid until Checkmk version". A package provider can now declare that a
package is useful until a specific Checkmmk version. This may be useful when
backporting fixes or features to older versions where it is already known that
the official Checkmk package ships the same things as the package.
Please note that this field is only for informational purposes at the moment.
There is no automatic disabling of extension packages based on this field.
ID: 10572
Title: msoffice_licenses: Added absolut levels for consumed licenses
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
It's now possible to set absolut levels for consumed licenses.
ID: 10616
Title: Fix missing contact group conversion
Component: WATO
Level: 1
Class: Bug fix
Version: 1.7.0i1
The format of the configuration of the contact groups
has changed. However, a conversion from the old to
the new format was missing in the Hosts and Folders
handling, leading to unhandled exceptions in the GUI.
ID: 10477
Title: agent_azure: recover from missing metrics
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
Previously the special agent did not return any metric if one
or more of the required metrics were not present. It now recovers
from those errors and return as many metrics as we can get.
ID: 10478
Title: agent_azure: Do not warn about missing usage details for one hour
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
The "Microsoft.Consumption" API sometimes fails with a timeout. Since the usage
information is only updated once every day anyway, we do not warn about such
exceptions for the first hour. Only if an errror occurs longer than that, the
state will go to CRIT.
ID: 10476
Title: azure_agent_info: Add option to pin down monitored resources
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
Since werk 10475 services no longer go to UNKNOWN if data is missing.
If you want to strictly monitor the resources found for monitoring,
you can now enable resource pinning in the WATO rule "Azure Agent Info".
A rediscovery is required for the "Azure agent info" service.
ID: 10475
Title: Azure Checkplugins: Go to stale state if info is missing
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
Previously a service resulting from one of the Azure checkplugins went to
UNKOWN if the corresponding data was not found in the agent output, as is
common for many checkmk services.
Unfortunately, this happens too often to be usefull, as the Azure API appears
to not allways report the full data. Now the affected services go to a stale
state instead.
ID: 10559
Title: Web API: Fix validation of non-ASCII characters in custom attributes
Component: Multisite
Level: 1
Class: Bug fix
Version: 1.7.0i1
When creating or editing a host using the Web API, the custom host attributes
are not correctly validated. The GUI prevents the user from inserting non-ASCII
characters, but the Web API did not. These unexpected characters could result
in issues at different places of Checkmk.