GreenbootStatus - Command /usr/libexec/greenboot/greenboot-status
¶
-
class
insights.parsers.greenboot_status.
GreenbootStatus
(context)[source]¶ Bases:
insights.core.LogFileOutput
Collect the filtered output of
/usr/libexec/greenboot/greenboot-status
.The data are lines from the journal log
-
red
¶ True if the system is in RED status.
Type: bool
-
green
¶ True if the system is in GREEN status.
Type: bool
Note
Please refer to the super-class
insights.core.LogFileOutput
-