summaryrefslogtreecommitdiffstats
path: root/tools/sosreport
diff options
context:
space:
mode:
authorBill Nottingham <notting@splat.cc>2018-04-17 18:24:40 +0200
committerBill Nottingham <notting@splat.cc>2018-04-17 18:25:26 +0200
commit40cf80db1d351635c2b72636ae019ded2aa35177 (patch)
treed86d821d22f53431f3b8a1562025fba743a58ebc /tools/sosreport
parentAdd some more information to sosreports. (diff)
downloadawx-40cf80db1d351635c2b72636ae019ded2aa35177.tar.xz
awx-40cf80db1d351635c2b72636ae019ded2aa35177.zip
Add rabbitmq status commands as well.
Diffstat (limited to 'tools/sosreport')
-rw-r--r--tools/sosreport/tower.py2
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