mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -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:
@@ -8,6 +8,7 @@ SOSREPORT_TOWER_COMMANDS = [
|
|||||||
"ansible --version", # ansible core version
|
"ansible --version", # ansible core version
|
||||||
"awx-manage --version", # tower version
|
"awx-manage --version", # tower version
|
||||||
"awx-manage list_instances", # tower cluster configuration
|
"awx-manage list_instances", # tower cluster configuration
|
||||||
|
"awx-manage run_dispatcher --status", # tower dispatch worker status
|
||||||
"supervisorctl status", # tower process status
|
"supervisorctl status", # tower process status
|
||||||
"rabbitmqctl status",
|
"rabbitmqctl status",
|
||||||
"rabbitmqctl cluster_status",
|
"rabbitmqctl cluster_status",
|
||||||
|
|||||||
Reference in New Issue
Block a user