Skip to content

Commit

Permalink
Add receptor work list command to sosreport
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealHaoLiu committed May 30, 2024
1 parent 08e1454 commit fe0b8d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/sosreport/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"ls -ll /var/run/awx-receptor", # list contents of dirctory where receptor socket should be
"ls -ll /etc/receptor",
"receptorctl --socket /var/run/awx-receptor/receptor.sock status", # Get information about the status of the mesh
"receptorctl --socket /var/run/awx-receptor/receptor.sock work list", # Get list of receptor work units
"umask -p", # check current umask
]

Expand Down

0 comments on commit fe0b8d2

Please sign in to comment.