You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
735 B
22 lines
735 B
From be10aecb17b1f71682cfc364553cf35f150a1045 Mon Sep 17 00:00:00 2001 |
|
From: Harald Hoyer <harald@redhat.com> |
|
Date: Tue, 10 Dec 2013 12:58:37 +0100 |
|
Subject: [PATCH] base/rdsosreport.sh: add "ip a" output |
|
|
|
--- |
|
modules.d/99base/rdsosreport.sh | 2 ++ |
|
1 file changed, 2 insertions(+) |
|
|
|
diff --git a/modules.d/99base/rdsosreport.sh b/modules.d/99base/rdsosreport.sh |
|
index bfa55bbb..5e11166e 100755 |
|
--- a/modules.d/99base/rdsosreport.sh |
|
+++ b/modules.d/99base/rdsosreport.sh |
|
@@ -42,6 +42,8 @@ command -v dmsetup >/dev/null 2>/dev/null && dmsetup ls --tree |
|
|
|
cat /proc/mdstat |
|
|
|
+command -v ip >/dev/null 2>/dev/null && ip addr |
|
+ |
|
if command -v journalctl >/dev/null 2>/dev/null; then |
|
journalctl -ab --no-pager -o short-monotonic |
|
else
|
|
|