Skip to content

Commit

Permalink
*[aap_receptor]** Add receptorctl work list output
Browse files Browse the repository at this point in the history
Signed-off-by: Thom Carlin <[email protected]>
  • Loading branch information
thom-at-redhat authored and TurboTurtle committed Apr 17, 2024
1 parent 321b93b commit 6d75721
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sos/report/plugins/aap_receptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ def setup(self):
suggest_filename="receptorctl_status")
self.add_cmd_output(f"receptorctl --socket {s} status --json",
suggest_filename="receptorctl_status.json")
self.add_cmd_output(f"receptorctl --socket {s} work list",
suggest_filename="receptorctl_work_list.json")
break

# vim: set et ts=4 sw=4 :

0 comments on commit 6d75721

Please sign in to comment.