Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: 517234a0a84b9d5a062aa6db166a03f769077a2e
https://github.com/Checkmk/checkmk/commit/517234a0a84b9d5a062aa6db166a03f76…
Author: Solomon Jacobs <solomon.jacobs(a)checkmk.com>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
A .werks/17211.md
Log Message:
-----------
17211 FIX dell_powerconnect_cpu: Fix KeyError
The check plugin `dell_powerconnect_cpu` would crash with the following error:
```
File "/omd/sites/test/share/check_mk/checks/dell_powerconnect_cpu", line 59,
in check_dell_powerconnect_cpu
("util1", "%d%%" % saveint(oneminuteperc), params[0], params[1],
0, 100),
KeyError (0)
```
The bug was introduced in the 2.3.0.
This Werk fixes the issue.
Change-Id: I3199305a23f1442f45184efe44dcd73ba6faa1e8
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications