Kill the rabbitmq sos collection from our plugin.

It exists in upstream sosreport, and this can cause conflicts.
This commit is contained in:
Bill Nottingham 2019-04-24 14:12:52 -04:00
parent d7cdec37f2
commit aa52e41c02

View File

@ -10,8 +10,6 @@ SOSREPORT_TOWER_COMMANDS = [
"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",
"/var/lib/awx/venv/awx/bin/pip freeze", # pip package list
"/var/lib/awx/venv/awx/bin/pip freeze -l", # pip package list without globally-installed packages
"/var/lib/awx/venv/ansible/bin/pip freeze", # pip package list
@ -30,7 +28,6 @@ SOSREPORT_TOWER_DIRS = [
"/etc/nginx/",
"/var/log/tower",
"/var/log/nginx",
"/var/log/rabbitmq",
"/var/log/supervisor",
"/var/log/syslog",
"/var/log/udev",