[//]: # (werk v2)
# The configuration is correctly loaded by RRD helper processes
key | value
---------- | ---
date | 2024-03-26T10:03:03+00:00
version | 2.4.0b1
class | fix
edition | cee
component | core
level | 2
compatible | yes
This change ensures the reloading of the configuration by already
running RRD processes, thereby guaranteeing that those processes are
using the correct configuration.
SUP-17787
CMK-16318
Werk 15841 was deleted. The following Werk is no longer relevant.
[//]: # (werk v2)
# The configuration is correctly loaded by RRD helper processes
key | value
---------- | ---
date | 2024-03-26T10:03:03+00:00
version | 2.4.0b1
class | fix
edition | cee
component | core
level | 2
compatible | yes
This change ensures the reloading of the configuration by already
running RRD processes, thereby guaranteeing that those processes are
using the correct configuration.
SUP-17787
CMK-16318
[//]: # (werk v2)
# Ruleset API: Allow configuration of String field size setting
key | value
---------- | ---
date | 2024-03-20T15:34:24+00:00
version | 2.4.0b1
class | feature
edition | cre
component | checks
level | 1
compatible | yes
This only affects plugin developers.
The size of the String input field can now be adapted to the specific purpose of the field: The developer can select between different size settings.
[//]: # (werk v2)
# The configuration is correctly loaded by RRD helper processes
key | value
---------- | ---
date | 2024-03-26T10:03:03+00:00
version | 2.4.0b1
class | fix
edition | cee
component | core
level | 2
compatible | yes
This change ensures the reloading of the configuration by already
running RRD processes, thereby guaranteeing that those processes are
using the correct configuration.
SUP-17787
CMK-16318
[//]: # (werk v2)
# Ruleset API: Datamodel changes for Password FormSpec
key | value
---------- | ---
date | 2024-03-21T12:35:39+00:00
version | 2.4.0b1
class | feature
edition | cre
component | checks
level | 1
compatible | no
This only affects plugin developers.
The datamodel for the `Password` Formspec is changed.
Use the `migrate_to_password` migration function to update your stored configurations to the newer datamodel.
Title: Windows agent obtains winperf data using separate process
Class: fix
Compatible: compat
Component: checks
Date: 1711121597
Edition: cre
Level: 1
Version: 2.2.0p25
This change fixes regression introduced in 2.1.0p2
Werk 16647 was adapted. The following is the new Werk, a diff is shown at the end of the message.
[//]: # (werk v2)
# Repeated scaling during migration to new Ruleset API
key | value
---------- | ---
date | 2024-03-22T09:19:58+00:00
version | 2.4.0b1
class | fix
edition | cre
component | checks
level | 1
compatible | yes
This only affects some beta users that tested the new ruleset API for plugin
development.
When migrating and scaling fixed levels to the new `Levels` form spec,
values have been scaled over and over again.
------------------------------------<diff>-------------------------------------------
[//]: # (werk v2)
- # Repeaded scaling during migration to new Ruleset API
? ^
+ # Repeated scaling during migration to new Ruleset API
? ^
key | value
---------- | ---
date | 2024-03-22T09:19:58+00:00
version | 2.4.0b1
class | fix
edition | cre
component | checks
level | 1
compatible | yes
This only affects some beta users that tested the new ruleset API for plugin
development.
When migrating and scaling fixed levels to the new `Levels` form spec,
values have been scaled over and over again.
[//]: # (werk v2)
# Repeaded scaling during migration to new Ruleset API
key | value
---------- | ---
date | 2024-03-22T09:19:58+00:00
version | 2.4.0b1
class | fix
edition | cre
component | checks
level | 1
compatible | yes
This only affects some beta users that tested the new ruleset API for plugin
development.
When migrating and scaling fixed levels to the new `Levels` form spec,
values have been scaled over and over again.
[//]: # (werk v2)
# interface inventory: recombine default interface inventory row with cisco specific row
key | value
---------- | ---
date | 2024-03-22T11:52:27+00:00
version | 2.4.0b1
class | fix
edition | cre
component | inv
level | 1
compatible | yes
The inventory data of `inv_cisco_vlans` and `inv_if` used to be combined in one row.
This behavior was broken as of 2.3, where two different rows were displayed for each
inventory plugin.
Now the rows are unified again.
Also fixed the missing color of the status displayed in the inventory rows.