1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00

Merge pull request #11166 from ansible/receptorctl-status-sosreport

get receptorctl status for sosreport
This commit is contained in:
Elijah DeLee 2021-10-04 16:13:37 -04:00 committed by GitHub
commit 18eaa9bb92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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