Werk #15630: hr_fs: Don't Discover Services without Mount Information
Component | Checks & agents | ||||||
Title | hr_fs: Don't Discover Services without Mount Information | ||||||
Date | Jun 15, 2023 | ||||||
Level | Trivial Change | ||||||
Class | Bug Fix | ||||||
Compatibility | Incompatible - Manual interaction might be required | ||||||
Checkmk versions & editions |
|
The check hr_fs 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.