mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Add rabbitmq status commands as well.
This commit is contained in:
parent
ade51c93d8
commit
40cf80db1d
@ -9,6 +9,8 @@ SOSREPORT_TOWER_COMMANDS = [
|
||||
"awx-manage --version", # tower version
|
||||
"awx-manage list_instances", # tower cluster configuration
|
||||
"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/ansible/bin/pip freeze", # pip package list
|
||||
"tree -d /var/lib/awx", # show me the dirs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user