From f6d14564a243720935dce456192e94f9ed559a09 Mon Sep 17 00:00:00 2001 From: Elijah DeLee Date: Mon, 30 Aug 2021 17:04:35 -0400 Subject: [PATCH] Capture /etc/receptor in sos report this will help with debugging so we can know what receptor's configuration was at the time the sos report was collected --- tools/sosreport/controller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/sosreport/controller.py b/tools/sosreport/controller.py index 5827fc6c00..65d0c946b3 100644 --- a/tools/sosreport/controller.py +++ b/tools/sosreport/controller.py @@ -27,6 +27,7 @@ SOSREPORT_CONTROLLER_COMMANDS = [ SOSREPORT_CONTROLLER_DIRS = [ "/etc/tower/", + "/etc/receptor/", "/etc/supervisord.d/", "/etc/nginx/", "/var/log/tower",