diff --git a/sos/report/plugins/insights.py b/sos/report/plugins/insights.py index c2198fbb8f..1f7435b1d2 100644 --- a/sos/report/plugins/insights.py +++ b/sos/report/plugins/insights.py @@ -50,6 +50,9 @@ def setup(self): timeout=30 ) + for _dir in ["/etc/rhsm", "/sys/kernel", "/var/lib/sss"]: + self.add_cmd_output(f"/bin/ls -lanR {_dir}", cmd_as_tag=True) + def postproc(self): for conf in self.config: self.do_file_sub(