diff --git a/tools/sosreport/controller.py b/tools/sosreport/controller.py index 34a5bd5254..318e2cc7ef 100644 --- a/tools/sosreport/controller.py +++ b/tools/sosreport/controller.py @@ -25,6 +25,7 @@ SOSREPORT_CONTROLLER_COMMANDS = [ "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 ]