aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2012-12-06 12:33:33 +0000
committerBryn M. Reeves <bmr@redhat.com>2012-12-06 12:33:33 +0000
commitd32e37cf6fcb1a78fd48821b8838e63d7fb7c7d0 (patch)
tree7c52e917a1c5590c310958ed96675b97f9ce0e53
parentdcff10c7cb6d0524081bfab0b5bed7c3c171ba93 (diff)
downloadsos-d32e37cf6fcb1a78fd48821b8838e63d7fb7c7d0.tar.gz
Collect rhsm log files in general module
-rw-r--r--sos/plugins/yum.py4
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")