edited inventory and added disk test
This commit is contained in:
parent
4219375d19
commit
a49c02c08f
|
@ -16,3 +16,7 @@ ifconfig -a > $STAMP/ifconfig
|
|||
route -n > $STAMP/route
|
||||
netstat -n > $STAMP/netstat
|
||||
ps auxwH -L kstart_time > $STAMP/ps
|
||||
rpm -qa > $STAMP/rpminfo
|
||||
dpkg -l > $STAMP/dpkginfo
|
||||
lsmod > $STAMP/lsmod
|
||||
cat /proc/partitions > $STAMP/partitions
|
||||
|
|
Loading…
Reference in New Issue