aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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