diff options
author | Bill Nottingham <notting@splat.cc> | 2018-04-17 18:24:40 +0200 |
---|---|---|
committer | Bill Nottingham <notting@splat.cc> | 2018-04-17 18:25:26 +0200 |
commit | 40cf80db1d351635c2b72636ae019ded2aa35177 (patch) | |
tree | d86d821d22f53431f3b8a1562025fba743a58ebc /tools/sosreport | |
parent | Add some more information to sosreports. (diff) | |
download | awx-40cf80db1d351635c2b72636ae019ded2aa35177.tar.xz awx-40cf80db1d351635c2b72636ae019ded2aa35177.zip |
Add rabbitmq status commands as well.
Diffstat (limited to 'tools/sosreport')
-rw-r--r-- | tools/sosreport/tower.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/sosreport/tower.py b/tools/sosreport/tower.py index 60f901684e..ebe6af6e88 100644 --- a/tools/sosreport/tower.py +++ b/tools/sosreport/tower.py @@ -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 |