Open mgedmin opened 8 years ago
check-health should exit with non-zero status code if something went wrong.
check-health
Exception: maybe check-health -c could exit with 0 because I don't want my fabric runs to terminate early.
check-health -c
Also, each individual check should exit with a proper exit code, so I can do things like
checkproc atop || service atop restart
check-health
should exit with non-zero status code if something went wrong.Exception: maybe
check-health -c
could exit with 0 because I don't want my fabric runs to terminate early.