aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Yodlowsky <byodlows@redhat.com>2016-02-04 11:02:00 -0500
committerBryn M. Reeves <bmr@redhat.com>2016-02-05 16:03:01 +0000
commitabc766fe147c532e2ecacb16b2d66d4263efcb9c (patch)
tree954c8cffb7740585b4595156f709cf2ba548c635
parentc5768cc308d802ed760a8ef5ea0fe184f06cfeea (diff)
downloadsos-abc766fe147c532e2ecacb16b2d66d4263efcb9c.tar.gz
[omsa] Include output from chassis biossetup and summary
The output from 'omreport chassis biossetup' identifies a system's power profile, which is very handy when troubleshooting performance issues. Closes: #725 Signed-off-by: Bill Yodlowsky <byodlows@redhat.com>
-rw-r--r--sos/plugins/omsa.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sos/plugins/omsa.py b/sos/plugins/omsa.py
index 43feed5e..fa825c84 100644
--- a/sos/plugins/omsa.py
+++ b/sos/plugins/omsa.py
@@ -47,6 +47,8 @@ class omsa(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
"{0} system summary".format(self.omreport),
"{0} system events".format(self.omreport),
"{0} chassis info".format(self.omreport),
+ "{0} chassis biossetup".format(self.omreport),
+ "{0} chassis summary".format(self.omreport),
], timeout=30)
# vim: et ts=4 sw=4