ID: 15550
Title: Grouped services crash and incorrect visualization
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.3.0b1
Using grouped services containing unescaped regex chars, like <b>\P</b>,
in their title would cause views displaying these services in a group to crash.
Now the views are displayed as expected.
Also the visualization of group title is now fixed. The content of a match group is only shown in the title of the
grouped services if a match group is actually being used in grouping.
ID: 15768
Title: siemens_plc_duration: Fix crash if duration is smaller than a second
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0p30
Previously, siemens_plc_duration check would crash if duration was smaller
than a second with an error:
C+:
ValueError (invalid literal for int() with base 10: '0.05000000074505806')
C-:
Now, the check doesn't crash anymore and it's possible to input thresholds
smaller than a second in the "Siemens PLC Duration" monitoring rule.