From fe0b8d2e182a1739aaf6777516c9c887e67a2a71 Mon Sep 17 00:00:00 2001 From: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> Date: Mon, 20 May 2024 16:05:30 -0400 Subject: [PATCH] Add receptor work list command to sosreport --- tools/sosreport/controller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/sosreport/controller.py b/tools/sosreport/controller.py index 34a5bd525494..318e2cc7efd4 100644 --- a/tools/sosreport/controller.py +++ b/tools/sosreport/controller.py @@ -25,6 +25,7 @@ "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 ]