From ace5715fb34dbfb057da04241203a74fdc42c3ed Mon Sep 17 00:00:00 2001 From: Pavel Moravec Date: Thu, 19 Dec 2024 15:14:30 +0100 Subject: [PATCH] [foreman_installer] collect satellite_metrics.yml Collect Satellite usage metrics file. Resolves: #3888 Signed-off-by: Pavel Moravec --- sos/report/plugins/foreman_installer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sos/report/plugins/foreman_installer.py b/sos/report/plugins/foreman_installer.py index 8967538afa..9c2f5849bf 100644 --- a/sos/report/plugins/foreman_installer.py +++ b/sos/report/plugins/foreman_installer.py @@ -26,6 +26,7 @@ def setup(self): "/var/log/foreman-installer/*", "/var/log/foreman-maintain/*", "/var/lib/foreman-maintain/data.yml", + "/var/lib/foreman_maintain/satellite_metrics.yml", "/etc/foreman-maintain/foreman_maintain.yml", # specifically collect .applied files # that would be skipped otherwise as hidden files