From a49c02c08f551ea7000534f00b369986bab62bd9 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 16 Aug 2011 18:53:48 +0200 Subject: [PATCH] edited inventory and added disk test --- inventory/inventory.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inventory/inventory.sh b/inventory/inventory.sh index 904baf5..73e1464 100755 --- a/inventory/inventory.sh +++ b/inventory/inventory.sh @@ -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