openmamba-report: remove wicd.log and add tail of /var/log/messages

This commit is contained in:
Silvan Calarco 2011-08-03 19:30:16 +02:00
parent 27ba74d54b
commit 3729032b57

View File

@ -2,7 +2,7 @@
#
# openmamba system report generation tool
#
# Copyrgiht (c) 2008-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
# Copyright (c) 2008-2011 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
VERSION=0.7
@ -138,7 +138,7 @@ _EOF
}
echo "openmamba report generation tool $VERSION"
echo "Copyright (c) 2008-2010 by Silvan Calarco"
echo "Copyright (c) 2008-2011 by Silvan Calarco"
echo
[ $UID = 0 ] || {
@ -174,6 +174,7 @@ catcommand /usr/sbin/lsusb "USB hardware information"
catcommand /sbin/lsmod "Loadel kernel modules"
catcommand "rpm -qa|grep kernel-mamba" "Installed kernel packages"
catcommand "ls -l /etc/alternatives" "System alternatives"
tailfile /var/log/messages "system messages log"
# process/memory information
catcommand "top -b -n1" "Top running processes"
@ -206,7 +207,6 @@ catfile "/etc/asound.state" "Alsa mixer settings"
catcommand "/sbin/ifconfig -a" "Network interfaces list"
catcommand "/usr/sbin/iwconfig" "Wireless interfaces list"
catcommand "/sbin/route -n" "Routing table"
tailfile "/var/log/wicd/wicd.log" "WICD log file"
catfile "/etc/sysconfig/network" "General network configuration"
catfile "/etc/resolv.conf" "DNS configuration"