summaryrefslogtreecommitdiffstats
path: root/tools/sosreport/controller.py
diff options
context:
space:
mode:
authorHao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>2024-06-10 21:39:24 +0200
committerGitHub <noreply@github.com>2024-06-10 21:39:24 +0200
commitfb860d76ce85fbdf529b7adfb96d5d6554a69a99 (patch)
treed7e73ae9ca5341c1cf4843f1d465d07721c1cbce /tools/sosreport/controller.py
parentUse patch to update users in awx cli (diff)
downloadawx-fb860d76ce85fbdf529b7adfb96d5d6554a69a99.tar.xz
awx-fb860d76ce85fbdf529b7adfb96d5d6554a69a99.zip
Add receptor work list command to sosreport (#15207)
Diffstat (limited to '')
-rw-r--r--tools/sosreport/controller.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/sosreport/controller.py b/tools/sosreport/controller.py
index 34a5bd5254..318e2cc7ef 100644
--- a/tools/sosreport/controller.py
+++ b/tools/sosreport/controller.py
@@ -25,6 +25,7 @@ SOSREPORT_CONTROLLER_COMMANDS = [
"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
+ "receptorctl --socket /var/run/awx-receptor/receptor.sock work list", # Get list of receptor work units
"umask -p", # check current umask
]