Commit 0b13d34
committed
20253 innovaphone(licenses): fix lower boundary
The perfdata tuple only supplied 5 of its 6 positional fields
(name, value, warn, crit, min_), so total ended up in the min_ slot
while max_ silently defaulted to None. The used-licenses metric was
graphed with a lower boundary of total and no upper boundary at all,
instead of ranging from 0 to total.
CMK-37821
Change-Id: Ifdfb20ea33be326c5c41b0e2065ca11c01d8e4561 parent c0d3f35 commit 0b13d34
2 files changed
Lines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments