mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
report callback receiver status in the sosreport
This commit is contained in:
parent
c17bb36bcd
commit
a1ddbd760d
@ -7,6 +7,7 @@ SOSREPORT_TOWER_COMMANDS = [
|
||||
"awx-manage --version", # tower version
|
||||
"awx-manage list_instances", # tower cluster configuration
|
||||
"awx-manage run_dispatcher --status", # tower dispatch worker status
|
||||
"awx-manage run_callback_receiver --status", # tower callback worker status
|
||||
"awx-manage check_license --data", # tower license status
|
||||
"awx-manage run_wsbroadcast --status", # tower broadcast websocket status
|
||||
"supervisorctl status", # tower process status
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user