ID: 14862
Title: Add monitoring for PrimeKey appliances
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.2.0i1
This werk enables the monitoring of PrimeKey appliances via SNMP.
It supports the monitoring of
LI: CPU temperature
LI: speed and state of CPU and systems fans
LI: database usage
LI: voltage and state of HSM (Hardware Security Module) battery
LI: state of VMs, RAID, EJBCA, Signserver and HSM
LI: inventory data: node name and version of PKI appliance
ID: 15120
Title: Fix possible error on using host or service level filter
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.2.0i1
If you used host or service level filter in views with an event datasource,
e.g. "Events of host & services", the error "Internal error: 'NoneType' object
is not subscriptable" occurred.
ID: 15073
Title: UI: Change color of inline help
Component: Multisite
Level: 1
Class: New feature
Version: 2.2.0i1
To improve the perception of inline help as useful information rather than noisy warnings, the inline help colors are changed.
ID: 14570
Title: Kube: Fix crash upon specifying power-of-two unit with CPU resources
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.2.0i1
Previously, specifying a unit such as
C+:
resources:
cpu: 200Mi
C-:
inside an API object would result in crash.
With this change, the correct number of CPU cores are computed instead.
ID: 14710
Title: mssql_jobs: New option for monitoring job state
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.2.0i1
A new option "Consider the state of the job only if the job is enabled"
has been added to the "Job State" in the "MSSQL Jobs" rule.
If the option and the job are enabled, the state of the job
will be considered.
ID: 15119
Title: Fix service custom notes for multiple hosts
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.2.0i1
In versions prior 2.1 the service custom notes matched für multiple hosts if
the custom note file was places below the directory
"~/etc/check_mk/notes/services/*". This now works as intended again.
ID: 14939
Title: Add AWS/SNS check
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.2.0i1
This werk adds the AWS/SNS check.
With this check you can monitor the following SNS metrics:
LI: For each SNS topic: published messages, delivered and failed notifications.
LI: For each AWS region: month-to-date SMS spending and SMS success rate.
A new service will be created for each SNS topic and you can filter the
topics to monitor by topic name or by AWS tag.
Also 2 services will be created for each AWS region (SMS spending and
SMS success rate).
ID: 14855
Title: Fix hitachi_hnas_volume OID for virtualVolumeTitanQuotasUsageLimit
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.2.0i1
hitachi_hnas_volume used an incorrect OID for virtualVolumeTitanQuotasUsageLimit
ID: 13263
Title: Add (non-legacy) OAuth2 support (using TenantID, ClientID and ClientSecret) to check_mailboxes active check
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.2.0i1
Current check_mailboxes active check implementation used only legacy authentication
for EWS mailboxes.
This werk introduces client/tenant based authentication, while keeping legacy authentication
still an option.
Please note that previously, when using legacy authentication, you could use the login
username as the email address for the mailbox you wanted to access. However, when using
ClientID/TenantID, you now need to specify the email address separately.
Please also note that this feature only applies to {{check_mailboxes}} for now.