diff options
-rw-r--r-- | sos/report/plugins/aap_receptor.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/report/plugins/aap_receptor.py b/sos/report/plugins/aap_receptor.py index a2f03020..d6232f44 100644 --- a/sos/report/plugins/aap_receptor.py +++ b/sos/report/plugins/aap_receptor.py @@ -22,6 +22,7 @@ class AAPreceptorPlugin(Plugin, RedHatPlugin): def setup(self): self.add_copy_spec([ "/etc/receptor", + "/tmp/receptor/*/status", "/var/lib/receptor", ]) |