AbrtStatusBare - command /usr/bin/abrt status --bare=True
¶
/usr/bin/abrt status --bare=True
returns the number of problems ABRT
detected in the system.
Examples
>>> abrt_status_bare.problem_count
1997
-
class
insights.parsers.abrt_status_bare.
AbrtStatusBare
(context, extra_bad_lines=None)[source]¶ Bases:
insights.core.CommandParser
Parser for the output of
abrt status --bare=True
-
problem_count
¶ the number of problems ABRT detected
Type: int
-