freeipa / freeipa-healthcheck

Check the health of a freeIPA installation
GNU General Public License v3.0
50 stars 28 forks source link

RFE: Add option to filter checkers #190

Open stanislavlevin opened 3 years ago

stanislavlevin commented 3 years ago

It would be great to have the option which will filter source or check. For example, I want to run all checkers, but skip "source": "ipahealthcheck.system.filesystemspace" or "check": "FileSystemSpaceCheck".

rcritten commented 3 years ago

We discussed this but had difficulty specifying the syntax without it blowing up into an unreadable mess.

https://github.com/freeipa/freeipa-healthcheck/issues/59 may benefit as well as skipping expected failures would be beneficial (e.g. warnings that you don't care about).

rcritten commented 2 years ago

I think this is covered by dfc8caed5713381cb7284f7f61b2083014076980 in https://github.com/freeipa/freeipa-healthcheck/issues/176 which added an excludes section to the configuration file so some sources/checks/results can be skipped in the output.