Werk #15459: filestats: Fix crash when monitoring a symlink with a non-existing target
Komponente | Checks & agents | ||||||
Titel | filestats: Fix crash when monitoring a symlink with a non-existing target | ||||||
Datum | 27.03.2023 | ||||||
Level | Kleine Änderung | ||||||
Klasse | Bugfix | ||||||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||||||
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.