CiscoDevNet / Hyperflex-Hypercheck

Perform pro-active self checks on your Hyperflex cluster to ensure stability and resiliency
MIT License
27 stars 17 forks source link

Check Memory usage FAIL #4

Closed sttardy closed 5 years ago

sttardy commented 5 years ago

Around line 846 free should be checking not only "free", but ( free + buffers + cache ) or ( free + buff/cache ) to be > 2048.

avshukla commented 5 years ago

Updated the script. This should be now resolved.

avshukla commented 5 years ago

Fix for “Free memory” check (free - buffer - cache) > 2048