From 01cde55c9fbd87b9050e5e953e98a5ac81819024 Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Tue, 11 Dec 2012 19:18:13 +0000 Subject: Add /sys/firmware/acpi/tables to hardware module Collect the ACPI tables present on the host system --- sos/plugins/hardware.py | 1 + 1 file changed, 1 insertion(+) 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") -- cgit