NETWAYS / check_system_basics

A Monitoring Plugin to test various basic operating system properties (on Linux for now)
GNU General Public License v2.0
6 stars 1 forks source link

[Bug]: Hanging syscalls are not handled gracefully #20

Closed RincewindsHat closed 8 months ago

RincewindsHat commented 9 months ago

Please try to fill out as much of the information below as you can. Thank you!

Which version contains the bug?

No response

Describe the bug

When we encounter hanging syscalls (happens with unreachable NFS mounts in combination with the filesystem mode) the execution runs into the basic timeout and you get just a stacktrace.

The program should set a timeout for individual filesystems and detect such a state properly.

How to recreate the bug?

RincewindsHat commented 8 months ago

closed #26