From be10aecb17b1f71682cfc364553cf35f150a1045 Mon Sep 17 00:00:00 2001 From: Harald Hoyer 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