mej / nhc

LBNL Node Health Check
Other
213 stars 78 forks source link

nhc: Print check numbers in verbose mode (#124) #142

Closed mej closed 10 months ago

mej commented 10 months ago

When the VERBOSE setting is activated, NHC displays each check line just before running it. This adds a counter showing the current check number as well as the total number of checks to be run. Leading zeroes (should these be spaces instead??) are also added so that all lines "line up" properly from top to bottom.

Closes #124.