mirror of
https://github.com/ansible/awx.git
synced 2026-03-28 22:35:08 -02:30
Add rabbitmq status commands as well.
This commit is contained in:
@@ -9,6 +9,8 @@ SOSREPORT_TOWER_COMMANDS = [
|
|||||||
"awx-manage --version", # tower version
|
"awx-manage --version", # tower version
|
||||||
"awx-manage list_instances", # tower cluster configuration
|
"awx-manage list_instances", # tower cluster configuration
|
||||||
"supervisorctl status", # tower process status
|
"supervisorctl status", # tower process status
|
||||||
|
"rabbitmqctl status",
|
||||||
|
"rabbitmqctl cluster_status",
|
||||||
"/var/lib/awx/venv/awx/bin/pip freeze", # pip package list
|
"/var/lib/awx/venv/awx/bin/pip freeze", # pip package list
|
||||||
"/var/lib/awx/venv/ansible/bin/pip freeze", # pip package list
|
"/var/lib/awx/venv/ansible/bin/pip freeze", # pip package list
|
||||||
"tree -d /var/lib/awx", # show me the dirs
|
"tree -d /var/lib/awx", # show me the dirs
|
||||||
|
|||||||
Reference in New Issue
Block a user