Update command for sos-report

wsbroadcast has been renamed to wsrelay
This commit is contained in:
Hao Liu 2024-02-14 12:40:52 -05:00 committed by Dave
parent a14cc8199d
commit decff01fa4

View File

@ -12,7 +12,7 @@ SOSREPORT_CONTROLLER_COMMANDS = [
"awx-manage run_dispatcher --status", # controller dispatch worker status
"awx-manage run_callback_receiver --status", # controller callback worker status
"awx-manage check_license --data", # controller license status
"awx-manage run_wsbroadcast --status", # controller broadcast websocket status
"awx-manage run_wsrelay --status", # controller websocket relay status
"supervisorctl status", # controller 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