Werk #15630: hr_fs: Don't Discover Services without Mount Information
Component | Checks & agents |
Title | <tt>hr_fs</tt>: Don't Discover Services without Mount Information |
Date | Jun 15, 2023 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk Version | 2.3.0b1 2.2.0p4 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Incompatible - Manual interaction might be required |
The check would sometimes crash with the error
raise TypeError(\"'item' must be a non empty string or ommited entirely, got %r\" % (item,))
during discovery. This behaviour differs from the 2.1.0, since it previously discovered an empty mountpoint. With this Werk, this incorrect empty mountpoint is no longer discovered.