diff --git a/tools/sosreport/controller.py b/tools/sosreport/controller.py index 3875190e30..a6ded19db4 100644 --- a/tools/sosreport/controller.py +++ b/tools/sosreport/controller.py @@ -24,6 +24,7 @@ SOSREPORT_CONTROLLER_COMMANDS = [ "ls -ll /etc/tower", "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 "umask -p", # check current umask ]