mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
Merge pull request #11166 from ansible/receptorctl-status-sosreport
get receptorctl status for sosreport
This commit is contained in:
@@ -24,6 +24,7 @@ SOSREPORT_CONTROLLER_COMMANDS = [
|
|||||||
"ls -ll /etc/tower",
|
"ls -ll /etc/tower",
|
||||||
"ls -ll /var/run/awx-receptor", # list contents of dirctory where receptor socket should be
|
"ls -ll /var/run/awx-receptor", # list contents of dirctory where receptor socket should be
|
||||||
"ls -ll /etc/receptor",
|
"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
|
"umask -p", # check current umask
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user