mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Merge pull request #2764 from ryanpetrello/dispatcher-sos
add dispatcher status to the sosreport
Reviewed-by: Ryan Petrello
https://github.com/ryanpetrello
This commit is contained in:
commit
29e4160d3e
@ -8,6 +8,7 @@ SOSREPORT_TOWER_COMMANDS = [
|
||||
"ansible --version", # ansible core version
|
||||
"awx-manage --version", # tower version
|
||||
"awx-manage list_instances", # tower cluster configuration
|
||||
"awx-manage run_dispatcher --status", # tower dispatch worker status
|
||||
"supervisorctl status", # tower process status
|
||||
"rabbitmqctl status",
|
||||
"rabbitmqctl cluster_status",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user