add dispatcher status to the sosreport

This commit is contained in:
Ryan Petrello 2018-11-20 12:09:49 -05:00
parent e342ef5cfa
commit b4f906ceb1
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -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",