enum
Obsctl::Diagnostics::Status
Overview
Severity of a single doctor check.
Warn deliberately does not fail the command: a warning describes a
setup that works but is worth changing (a plaintext password, a daemon
that is not installed as a service). Only Fail means obsctl cannot do
what the user is asking for.
Defined in:
obsctl/diagnostics/check.crEnum Members
-
Ok =
0 -
Warn =
1 -
Fail =
2
Instance Method Summary
-
#fail?
Returns
trueif this enum value equalsFail - #label : String
-
#ok?
Returns
trueif this enum value equalsOk -
#warn?
Returns
trueif this enum value equalsWarn