Skip to content

New functions to check ALL filesystems of a given type#167

Open
OleHolmNielsen wants to merge 1 commit intomej:devfrom
OleHolmNielsen:check_all_fs_functions
Open

New functions to check ALL filesystems of a given type#167
OleHolmNielsen wants to merge 1 commit intomej:devfrom
OleHolmNielsen:check_all_fs_functions

Conversation

@OleHolmNielsen
Copy link
Copy Markdown

We use NHC on many file servers to check the filesystem usage, and we have wound up with a total of 75 lines in nhc.conf similar to this one:

niflfs7.fysik.dtu.dk || check_fs_used /u/camd 90%

All these many lines are difficult to maintain, and therefore it is desirable to have catch-all checks that apply to ALL filesystems of a given type, for example, XFS filesystems.

This PR proposes four new functions that supplement check_fs_* functions: check_all_fs_inodes, check_all_fs_ifree, check_all_fs_iused, check_all_fs_used. The nwe functions simply loop over all filesystems and calls the original check_fs_* functions on each filesystem of the given type.

An example usage is:

  • || check_all_fs_used xfs 90%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant