-
Notifications
You must be signed in to change notification settings - Fork 469
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
17364 FIX prism alerts with multiple expired licenses
Change-Id: Id743a3fddc2bc20e7cafd70daa5611c9ab4165d2 JIRA-Ref: SUP-21355
- Loading branch information
1 parent
b4b28fd
commit a8235a7
Showing
3 changed files
with
41 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[//]: # (werk v2) | ||
# prism alerts with multiple expired licenses | ||
|
||
key | value | ||
---------- | --- | ||
date | 2024-11-15T09:57:59+00:00 | ||
version | 2.3.0p22 | ||
class | fix | ||
edition | cre | ||
component | checks | ||
level | 1 | ||
compatible | yes | ||
|
||
You're affected by this werk in case you have multiple expired licenses on your prism system. | ||
|
||
A possible backtrace may look like: | ||
``` | ||
File "/omd/sites/SITE/lib/python3.12/site-packages/cmk/agent_based/v1/_checking_classes.py", line 447, in _create_result_fields | ||
raise ValueError("'\\n' not allowed in 'summary'") | ||
``` | ||
|
||
The problematic newline characters are now rendered in a compatible way and the check continues to work. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters