get receptorctl status for sosreport

I presume the logs also get collected from journalctl but I'm not sure
This commit is contained in:
Elijah DeLee
2021-09-29 11:24:49 -04:00
committed by GitHub
parent 7eefa897b3
commit 3a40d5e243

View File

@@ -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 invormation about the status of the mesh
"umask -p", # check current umask
]