diff options
-rw-r--r-- | sos/report/plugins/insights.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sos/report/plugins/insights.py b/sos/report/plugins/insights.py index d242bba6..08c985da 100644 --- a/sos/report/plugins/insights.py +++ b/sos/report/plugins/insights.py @@ -32,6 +32,11 @@ class RedHatInsights(Plugin, RedHatPlugin): else: self.add_copy_spec("/var/log/insights-client/insights-client.log") + self.add_cmd_output( + "insights-client --test-connection --net-debug", + timeout=30 + ) + def postproc(self): for conf in self.config: self.do_file_sub( |