mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 12:10:06 -03:30
Kill the rabbitmq sos collection from our plugin.
It exists in upstream sosreport, and this can cause conflicts.
This commit is contained in:
@@ -10,8 +10,6 @@ SOSREPORT_TOWER_COMMANDS = [
|
|||||||
"awx-manage list_instances", # tower cluster configuration
|
"awx-manage list_instances", # tower cluster configuration
|
||||||
"awx-manage run_dispatcher --status", # tower dispatch worker status
|
"awx-manage run_dispatcher --status", # tower dispatch worker status
|
||||||
"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/awx/bin/pip freeze -l", # pip package list without globally-installed packages
|
"/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
|
"/var/lib/awx/venv/ansible/bin/pip freeze", # pip package list
|
||||||
@@ -30,7 +28,6 @@ SOSREPORT_TOWER_DIRS = [
|
|||||||
"/etc/nginx/",
|
"/etc/nginx/",
|
||||||
"/var/log/tower",
|
"/var/log/tower",
|
||||||
"/var/log/nginx",
|
"/var/log/nginx",
|
||||||
"/var/log/rabbitmq",
|
|
||||||
"/var/log/supervisor",
|
"/var/log/supervisor",
|
||||||
"/var/log/syslog",
|
"/var/log/syslog",
|
||||||
"/var/log/udev",
|
"/var/log/udev",
|
||||||
|
|||||||
Reference in New Issue
Block a user