openmamba-report: remove wicd.log and add tail of /var/log/messages
This commit is contained in:
parent
27ba74d54b
commit
3729032b57
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# openmamba system report generation tool
|
# 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
|
VERSION=0.7
|
||||||
@ -138,7 +138,7 @@ _EOF
|
|||||||
}
|
}
|
||||||
|
|
||||||
echo "openmamba report generation tool $VERSION"
|
echo "openmamba report generation tool $VERSION"
|
||||||
echo "Copyright (c) 2008-2010 by Silvan Calarco"
|
echo "Copyright (c) 2008-2011 by Silvan Calarco"
|
||||||
echo
|
echo
|
||||||
|
|
||||||
[ $UID = 0 ] || {
|
[ $UID = 0 ] || {
|
||||||
@ -174,6 +174,7 @@ catcommand /usr/sbin/lsusb "USB hardware information"
|
|||||||
catcommand /sbin/lsmod "Loadel kernel modules"
|
catcommand /sbin/lsmod "Loadel kernel modules"
|
||||||
catcommand "rpm -qa|grep kernel-mamba" "Installed kernel packages"
|
catcommand "rpm -qa|grep kernel-mamba" "Installed kernel packages"
|
||||||
catcommand "ls -l /etc/alternatives" "System alternatives"
|
catcommand "ls -l /etc/alternatives" "System alternatives"
|
||||||
|
tailfile /var/log/messages "system messages log"
|
||||||
|
|
||||||
# process/memory information
|
# process/memory information
|
||||||
catcommand "top -b -n1" "Top running processes"
|
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 "/sbin/ifconfig -a" "Network interfaces list"
|
||||||
catcommand "/usr/sbin/iwconfig" "Wireless interfaces list"
|
catcommand "/usr/sbin/iwconfig" "Wireless interfaces list"
|
||||||
catcommand "/sbin/route -n" "Routing table"
|
catcommand "/sbin/route -n" "Routing table"
|
||||||
tailfile "/var/log/wicd/wicd.log" "WICD log file"
|
|
||||||
catfile "/etc/sysconfig/network" "General network configuration"
|
catfile "/etc/sysconfig/network" "General network configuration"
|
||||||
catfile "/etc/resolv.conf" "DNS configuration"
|
catfile "/etc/resolv.conf" "DNS configuration"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user