aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/report/plugins/aap_receptor.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sos/report/plugins/aap_receptor.py b/sos/report/plugins/aap_receptor.py
index 731b3f87..90155b78 100644
--- a/sos/report/plugins/aap_receptor.py
+++ b/sos/report/plugins/aap_receptor.py
@@ -48,6 +48,8 @@ class AAPreceptorPlugin(Plugin, RedHatPlugin):
for s in glob.glob('/var/run/*receptor/*.sock'):
self.add_cmd_output(f"receptorctl --socket {s} status",
suggest_filename="receptorctl_status")
+ self.add_cmd_output(f"receptorctl --socket {s} status --json",
+ suggest_filename="receptorctl_status.json")
break
# vim: set et ts=4 sw=4 :