aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2012-12-11 19:18:13 +0000
committerBryn M. Reeves <bmr@redhat.com>2012-12-11 19:18:13 +0000
commit01cde55c9fbd87b9050e5e953e98a5ac81819024 (patch)
tree69d0dae20a45f5172c1baf833a7e336032061fd6
parent20cce28f5227a9b4d62541c88cf22a4bec34057b (diff)
downloadsos-01cde55c9fbd87b9050e5e953e98a5ac81819024.tar.gz
Add /sys/firmware/acpi/tables to hardware module
Collect the ACPI tables present on the host system
-rw-r--r--sos/plugins/hardware.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/hardware.py b/sos/plugins/hardware.py
index 18835de0..191a1541 100644
--- a/sos/plugins/hardware.py
+++ b/sos/plugins/hardware.py
@@ -43,6 +43,7 @@ class hardware(Plugin):
"/proc/s390dbf/tape",
"/sys/bus/scsi",
"/sys/state",
+ "/sys/firmware/acpi/tables",
"/var/log/mcelog"])
self.collectExtOutput("""/bin/echo -e "lspci:\n" ; /sbin/lspci ; /bin/echo -e "\nlspci -nvv:\n" ; /sbin/lspci -nvv ; /bin/echo -e "\nlspci -tv:\n" ; /sbin/lspci -tv""", suggest_filename = "lspci", root_symlink = "lspci")