edited inventory and added disk test

This commit is contained in:
root 2011-08-16 18:53:48 +02:00
parent 4219375d19
commit a49c02c08f
1 changed files with 4 additions and 0 deletions

View File

@ -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