From d7f0642f481f3ee491f2b8cb605e5d73e30bcf47 Mon Sep 17 00:00:00 2001 From: chris meyers Date: Wed, 1 Apr 2020 13:11:53 -0400 Subject: [PATCH] add ws broadcast status to sos report --- tools/sosreport/tower.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/sosreport/tower.py b/tools/sosreport/tower.py index 0230da25a3..b1fd71704f 100644 --- a/tools/sosreport/tower.py +++ b/tools/sosreport/tower.py @@ -8,6 +8,7 @@ SOSREPORT_TOWER_COMMANDS = [ "awx-manage list_instances", # tower cluster configuration "awx-manage run_dispatcher --status", # tower dispatch worker status "awx-manage check_license --data", # tower license status + "awx-manage run_wsbroadcast --status", # tower broadcast websocket status "supervisorctl status", # tower process status "/var/lib/awx/venv/awx/bin/pip freeze", # pip package list "/var/lib/awx/venv/awx/bin/pip freeze -l", # pip package list without globally-installed packages