diff --git a/tools/sosreport/controller.py b/tools/sosreport/controller.py index 65d0c946b3..21b1bab517 100644 --- a/tools/sosreport/controller.py +++ b/tools/sosreport/controller.py @@ -22,6 +22,8 @@ SOSREPORT_CONTROLLER_COMMANDS = [ "ls -ll /var/lib/awx", # check permissions "ls -ll /var/lib/awx/venv", # list all venvs "ls -ll /etc/tower", + "ls -ll /var/run/awx-receptor", # list contents of dirctory where receptor socket should be + "ls -ll /etc/receptor", "umask -p", # check current umask ]