diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2012-11-30 17:29:07 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2012-11-30 17:29:07 +0000 |
commit | 329cf29a9fd8b1136837360059dbb4b9d5c41413 (patch) | |
tree | f4309dfa1a81a46bffb650ff6ce514672dd12e31 | |
parent | e0e3760ab5c958291675531452673f6a0a06e6ed (diff) | |
download | sos-329cf29a9fd8b1136837360059dbb4b9d5c41413.tar.gz |
Collect /proc/irq in hardware module
-rw-r--r-- | sos/plugins/hardware.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/hardware.py b/sos/plugins/hardware.py index f09fc769..d98f4cb6 100644 --- a/sos/plugins/hardware.py +++ b/sos/plugins/hardware.py @@ -29,6 +29,7 @@ class hardware(Plugin): "/proc/meminfo", "/proc/ioports", "/proc/interrupts", + "/proc/irq", "/proc/scsi", "/proc/dma", "/proc/devices", |