Page 2 of 2

Re: check_snmp_storage doesn't check all FS

Posted: Fri Jun 16, 2017 2:06 am
by emi65
Now I understood !!!

Do you know if there is a way to change the block size values used in the SNMP information ???

Thanks
Emilio

Re: check_snmp_storage doesn't check all FS

Posted: Fri Jun 16, 2017 10:47 am
by tgriep
I think the problem is a rounding issue with the df command.
The output shows that the partition does have some free space and it is not at 100% used.
Try running the df command like the example below using 4048 as the block size.

Code: Select all

df -B 4096