Skip to content

Commit 8ce96de

Browse files
committed
18275 FIX F5 load balancer pools: Correct levels description
The _Minimum number of pool members_ levels at the _F5 load balancer pools_ ruleset have erroneously been labelled "Warning at" and "Critial at", while they are actually evalulated for "Warning _below_" and "Critial _below_". SUP-24492 Change-Id: I25399411d06740703c5dbd6d811cd734888f4e22
1 parent d0dc7a2 commit 8ce96de

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.werks/18275.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[//]: # (werk v2)
2+
# F5 load balancer pools: Correct levels description
3+
4+
key | value
5+
---------- | ---
6+
date | 2025-07-28T06:06:24+00:00
7+
version | 2.3.0p36
8+
class | fix
9+
edition | cre
10+
component | checks
11+
level | 1
12+
compatible | yes
13+
14+
The _Minimum number of pool members_ levels at the _F5 load balancer pools_ ruleset have erroneously been labelled
15+
"Warning at" and "Critial at", while they are actually evalulated for "Warning _below_" and "Critial _below_".

cmk/gui/plugins/wato/check_parameters/f5_pools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def _parameter_valuespec_f5_pools():
2121
"levels_lower",
2222
SimpleLevels(
2323
spec=Integer,
24+
direction="lower",
2425
title=_("Minimum number of pool members"),
2526
unit=_("Members "),
2627
),

0 commit comments

Comments
 (0)