diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2012-12-06 12:33:33 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2012-12-06 12:33:33 +0000 |
commit | d32e37cf6fcb1a78fd48821b8838e63d7fb7c7d0 (patch) | |
tree | 7c52e917a1c5590c310958ed96675b97f9ce0e53 | |
parent | dcff10c7cb6d0524081bfab0b5bed7c3c171ba93 (diff) | |
download | sos-d32e37cf6fcb1a78fd48821b8838e63d7fb7c7d0.tar.gz |
Collect rhsm log files in general module
-rw-r--r-- | sos/plugins/yum.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sos/plugins/yum.py b/sos/plugins/yum.py index 036f76eb..c2b034f7 100644 --- a/sos/plugins/yum.py +++ b/sos/plugins/yum.py @@ -53,7 +53,9 @@ class yum(Plugin, RedHatPlugin): "/etc/pki/product/*.pem", "/etc/pki/consumer/cert.pem", "/etc/pki/entitlement/*.pem", - "/etc/rhsm/"]) + "/etc/rhsm/", + "/var/log/rhsm/rhsm.log", + "/var/log/rhsm/rhsmcertd.log"]) self.collectExtOutput("subscription-manager list --installed") self.collectExtOutput("subscription-manager list --consumed") |