Werk #15459: filestats: Fix crash when monitoring a symlink with a non-existing target
Component | Checks & agents | ||||||
Title | filestats: Fix crash when monitoring a symlink with a non-existing target | ||||||
Date | Mar 27, 2023 | ||||||
Level | Trivial Change | ||||||
Class | Bug Fix | ||||||
Compatibility | Compatible - no manual interaction needed | ||||||
Checkmk versions & editions |
|
Until now, the check plugin would crash if a monitored file didn't have age and size information. This case is possible for symlinks with a non-existing target, files that vanished during agent plugin run and in case of errors.
Now, the affected files will be ignored when calculating age and size extremes and the status of the file will be shown in case of 'Single file' aggregation.