mirror of
https://github.com/ansible/awx.git
synced 2026-03-16 08:27:29 -02:30
Adding /etc/supervisord.conf to sosreports (#12104)
This commit is contained in:
@@ -22,15 +22,16 @@ SOSREPORT_CONTROLLER_COMMANDS = [
|
||||
"ls -ll /var/lib/awx", # check permissions
|
||||
"ls -ll /var/lib/awx/venv", # list all venvs
|
||||
"ls -ll /etc/tower",
|
||||
"ls -ll /var/run/awx-receptor", # list contents of dirctory where receptor socket should be
|
||||
"ls -ll /var/run/awx-receptor", # list contents of dirctory where receptor socket should be
|
||||
"ls -ll /etc/receptor",
|
||||
"receptorctl --socket /var/run/awx-receptor/receptor.sock status", # Get information about the status of the mesh
|
||||
"receptorctl --socket /var/run/awx-receptor/receptor.sock status", # Get information about the status of the mesh
|
||||
"umask -p", # check current umask
|
||||
]
|
||||
|
||||
SOSREPORT_CONTROLLER_DIRS = [
|
||||
"/etc/tower/",
|
||||
"/etc/receptor/",
|
||||
"/etc/supervisord.conf",
|
||||
"/etc/supervisord.d/",
|
||||
"/etc/nginx/",
|
||||
"/var/log/tower",
|
||||
@@ -54,7 +55,7 @@ SOSREPORT_FORBIDDEN_PATHS = [
|
||||
"/etc/tower/awx.cert",
|
||||
"/var/log/tower/profile",
|
||||
"/etc/receptor/tls/ca/*.key",
|
||||
"/etc/receptor/tls/*.key"
|
||||
"/etc/receptor/tls/*.key",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user