On 2018-10-04 10:17, [email protected] wrote:
The "check_disk" Icinga check always complains that disk is critical.Running "/usr/lib/nagios/plugins/check_disk -e" manually also fails with the following error:DISK CRITICAL - /sys/kernel/debug/tracing is not accessible: Permission denied
If you're not using debugfs the solution is to unmount it: umount debugfs Or to exclude the debugfs type with -X, e.g: /usr/lib/nagios/plugins/check_disk / -X debugfs Kind Regards, Bas

