[//]: # (werk v2)
# cisco_temperature: Improve admin state detection
key | value
---------- | ---
date | 2024-02-23T11:16:19+00:00
version | 2.3.0p4
class | fix
edition | cre
component | checks
level | 1
compatible | yes
Previously the detection of the sensor admin state was implemented by comparing the interface description ifDescr with the sensor name entPhysicalName and using the interface admin state.
This does not work for different Cisco sytems, as e.g. Catalyst and ASR.
The mapping between interface and sensor is now attempted via the entAliasMappingTable (OID: 1.3.6.1.2.1.47.1.3.2.1).
Furthermore, entPhysicalContainedIn (OID: .1.3.6.1.2.1.47.1.1.1.1) is used to apply the admin state to all sensors corresponding to an interface (e.g. subslots for ASR systems).
In case the entAliasMappingTable is not available or could not used for mapping, the old version is used as a fallback.
[//]: # (werk v2)
# bi: Fix crash for services with special characters
key | value
---------- | ---
date | 2024-05-22T14:52:45+00:00
version | 2.3.0p4
class | fix
edition | cre
component | bi
level | 1
compatible | yes
Previously, the BI would crash if a service name had special characters (e.g. emoticons).
The error was: "Internal error: ('utf-8', 'bi:aggregation_lookup..., 'surrogates not allowed')".
The BI now handles and shows special characters correctly.
[//]: # (werk v2)
# Formspec migration for specific CascadingSingleChoices values
key | value
---------- | ---
date | 2024-05-24T07:19:53+00:00
version | 2.3.0p4
class | fix
edition | cre
component | checks
level | 1
compatible | yes
This only affects plugin developers using the new rulesets API.
When migrating a `None` value to a tuple suitable for a `CascadingSingleChoice` formspec, the migration function was not applied.
[//]: # (werk v2)
# Logwatch EC: "activation" setting was not respected
key | value
---------- | ---
date | 2024-05-22T12:23:01+00:00
version | 2.3.0p4
class | fix
edition | cre
component | checks
level | 1
compatible | yes
This fixes a regression in Checkmk 2.3.0 where the "activation" setting
of the ruleset "Forward Messages to Event Console" was not respected.
[//]: # (werk v2)
# Add support for Ubuntu 24.04 Noble Numbat
key | value
---------- | ---
date | 2024-05-13T12:42:24+00:00
version | 2.3.0p4
class | feature
edition | cre
component | deb
level | 1
compatible | yes
This werk adds support for Ubuntu 24.04, codename Noble Numbat.
Werk 16765 was adapted. The following is the new Werk, a diff is shown at the end of the message.
[//]: # (werk v2)
# agent_netapp_ontap: fix crash in call without arguments
key | value
---------- | ---
date | 2024-05-14T12:46:50+00:00
version | 2.3.0p4
class | fix
edition | cre
component | checks
level | 1
compatible | yes
The agent was crashing when called manually from the command line without any arguments.
Now the agent fails gracefully in such case.
------------------------------------<diff>-------------------------------------------
[//]: # (werk v2)
# agent_netapp_ontap: fix crash in call without arguments
key | value
---------- | ---
date | 2024-05-14T12:46:50+00:00
- version | 2.3.0p3
? ^
+ version | 2.3.0p4
? ^
class | fix
edition | cre
component | checks
level | 1
compatible | yes
The agent was crashing when called manually from the command line without any arguments.
Now the agent fails gracefully in such case.
Werk 16816 was adapted. The following is the new Werk, a diff is shown at the end of the message.
[//]: # (werk v2)
# HW/SW Inventory plugins: respect plugins default parameters
key | value
---------- | ---
date | 2024-05-18T18:40:52+00:00
version | 2.3.0p4
class | fix
edition | cre
component | checks
level | 1
compatible | yes
The default parameters of inventory plugins have been completely ignored.
This didn't come to our awareness earlier, since Checkmk currently does not ship any HW/SW inventory plugins with non-trivial default parameters.
------------------------------------<diff>-------------------------------------------
[//]: # (werk v2)
# HW/SW Inventory plugins: respect plugins default parameters
key | value
---------- | ---
date | 2024-05-18T18:40:52+00:00
- version | 2.3.0p3
? ^
+ version | 2.3.0p4
? ^
class | fix
edition | cre
component | checks
level | 1
compatible | yes
The default parameters of inventory plugins have been completely ignored.
This didn't come to our awareness earlier, since Checkmk currently does not ship any HW/SW inventory plugins with non-trivial default parameters.
Werk 16765 was adapted. The following is the new Werk, a diff is shown at the end of the message.
[//]: # (werk v2)
# agent_netapp_ontap: fix crash in call without arguments
key | value
---------- | ---
date | 2024-05-14T12:46:50+00:00
version | 2.3.0p3
class | fix
edition | cre
component | checks
level | 1
compatible | yes
The agent was crashing when called manually from the command line without any arguments.
Now the agent fails gracefully in such case.
------------------------------------<diff>-------------------------------------------
[//]: # (werk v2)
# agent_netapp_ontap: fix crash in call without arguments
key | value
---------- | ---
date | 2024-05-14T12:46:50+00:00
- version | 2.3.0p4
? ^
+ version | 2.3.0p3
? ^
class | fix
edition | cre
component | checks
level | 1
compatible | yes
The agent was crashing when called manually from the command line without any arguments.
Now the agent fails gracefully in such case.
[//]: # (werk v2)
# agent_netapp_ontap: fix crash in call without arguments
key | value
---------- | ---
date | 2024-05-14T12:46:50+00:00
version | 2.3.0p4
class | fix
edition | cre
component | checks
level | 1
compatible | yes
The agent was crashing when called manually from the command line without any arguments.
Now the agent fails gracefully in such case.
[//]: # (werk v2)
# HW/SW Inventory plugins: respect plugins default parameters
key | value
---------- | ---
date | 2024-05-18T18:40:52+00:00
version | 2.3.0p3
class | fix
edition | cre
component | checks
level | 1
compatible | yes
The default parameters of inventory plugins have been completely ignored.
This didn't come to our awareness earlier, since Checkmk currently does not ship any HW/SW inventory plugins with non-trivial default parameters.