mej / nhc

LBNL Node Health Check
Other
213 stars 78 forks source link

New functions: check_all_fs_used, check_all_fs_inodes, check_all_fs_i… #101

Open OleHolmNielsen opened 3 years ago

OleHolmNielsen commented 3 years ago

I apologize for not having much experience with Pull Requests. Here are my new functions: check_all_fs_used, check_all_fs_inodes, check_all_fs_ifree, check_all_fs_iused which are used to check all filesystems of a particular "fstype".
This may be helpful when you have many servers with many different filesystems. Example: Checking all XFS filesystems on all servers:

OleHolmNielsen commented 2 years ago

Obviously this PR didn't make it into NHC 1.4.3. Is there any chance that it could be added to the 1.4.3 final release? Thanks, Ole

OleHolmNielsen commented 2 years ago

This PR is just meant to patch lbnl_hw.nhc, and add a clarification to README.md. I'm sorry for not knowing how to separate out my PRs.

OleHolmNielsen commented 2 years ago

I've added the scripts/csc_nvidia_smi.nhc since the original author of that script can no longer be reached.