- Version 3.4 changed the <iframe> percentage from 16 & 84 to 20 & 80 for a better browser fit -if [ -e /var/log/quagga ] +if [ -d /var/log/quagga ] - for i in `ls /var/log/quagga/*log` + for i in `find /var/log/quagga -name \*.log` Included COLUMNS to dpkg command for better reading format - to_text "$1 $2" + if [ $1 == "/usr/bin/dpkg" ] + then + to_text "COLUMNS=220 /usr/bin/dpkg $2" + else + to_text "$1 $2" + fi - Version 3.3.1 replaces uname -i by uname -m for Motorola (debian uname -i is not the same as RH) - Version 3.3 Added cat_file "/proc/kallsyms" made snapshot cell based system safe corrected modinfo for bonding driver - Version 3.2 added cat_file "/etc/modprobe.d/arch/ia64" - Version 3.1 Added cat_file "/etc/apt/sources.list" parse_command "/usr/bin/apt-show-versions" "apt-show-versions" changed echo "<html><head><title>Top Frame</title></head> for echo "<html><head><title>$Working_Dir: Snapshot report</title></head> Changed parse_command "/bin/rpm" "-qa|sort" "Installed-Software" for parse_command "/bin/rpm" "-qa --queryformat '%{installtime}\ %{installtime:date} %{name}-%{version}-%{release}-%{arch} \n'\ | sort -k9" "Installed Software" Changed < parse_command "/usr/bin/sar" "-A -f" "$i" --- > parse_command "/usr/bin/sar" "-A -f $i" "$i" To correct a problem where snapshot reported the last sar file avialable on a system over and over instead of reporting all the existing sar files. - Version 3.0 - Added sar capabilities - Added quagga conf and log files. - Added ethtool for each NIC. - Added user.log files - Version 2.6 - Changed data layout. Snapshot now has two frames, one for suject and one for data on the subject. Each subject data has it own html - Added Sles 10 messages files. -Version 2.5 - Added section for Graphics data gathering
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 10980 | Matt Attaway |
Add helpful script to dump all the info about a Linux server This is an open source script from HP. I'm going to expand it to get Perforce server info. |