diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2014-02-03 13:03:04 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-02-03 13:03:04 +0000 |
commit | 3b727c296b86172a64dae83cb02a42fe4c5c6af9 (patch) | |
tree | 5e74404a743f21a3e2bde0a98670c196044e76c5 | |
parent | 03662edf4405ab66c0284a76bf68662c1657d5ab (diff) | |
download | sos-3b727c296b86172a64dae83cb02a42fe4c5c6af9.tar.gz |
Add rhsm-debug collection to yum plugin
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/yum.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sos/plugins/yum.py b/sos/plugins/yum.py index 867302c5..a9ae4e4f 100644 --- a/sos/plugins/yum.py +++ b/sos/plugins/yum.py @@ -48,6 +48,8 @@ class Yum(Plugin, RedHatPlugin): "/var/log/rhsm/rhsmcertd.log"]) self.add_cmd_output("subscription-manager list --installed") self.add_cmd_output("subscription-manager list --consumed") + self.add_cmd_output("rhsm-debug system --destination %s" + % self.get_cmd_dir()) if self.get_option("yumlist"): # List various information about available packages |