mirror of
https://github.com/ansible/awx.git
synced 2026-03-15 07:57:29 -02:30
Add receptor work list command to sosreport (#15207)
This commit is contained in:
@@ -25,6 +25,7 @@ SOSREPORT_CONTROLLER_COMMANDS = [
|
|||||||
"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
|
"receptorctl --socket /var/run/awx-receptor/receptor.sock status", # Get information about the status of the mesh
|
||||||
|
"receptorctl --socket /var/run/awx-receptor/receptor.sock work list", # Get list of receptor work units
|
||||||
"umask -p", # check current umask
|
"umask -p", # check current umask
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user