base/rdsosreport.sh: add "ip a" output
parent
3934ca8e6c
commit
f11712ea21
|
|
@ -42,6 +42,8 @@ command -v dmsetup >/dev/null 2>/dev/null && dmsetup ls --tree
|
||||||
|
|
||||||
cat /proc/mdstat
|
cat /proc/mdstat
|
||||||
|
|
||||||
|
command -v ip >/dev/null 2>/dev/null && ip addr
|
||||||
|
|
||||||
if command -v journalctl >/dev/null 2>/dev/null; then
|
if command -v journalctl >/dev/null 2>/dev/null; then
|
||||||
journalctl -ab --no-pager -o short-monotonic
|
journalctl -ab --no-pager -o short-monotonic
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue