See http://www.ugu.com/systeminfo for more information
What is systeminfo.sh?
systeminfo.sh is a system information gathering script
for linux systems. It in non-intrusive and simply gathers
information from linux commands that are already available.
What is supported?
Currently only Red Hat and Fedora Core Linux is supported.
Only Disks with sd, hd, cciss, and ida as devices
Only ext3 filesystems.
(This is all I can test against for the moment)
(The script can easily be adapted to support more)
firefox for browsing. We don't do MS.
HOW DO I INSTALL IT?
It is only a shell script that needs to run as root. It can be
executed from anywhere.
How do I make it work in my environment?
Just set the DPATH variable to where you want the data files to go.
it is best to set the path to one of these paths:
/tmp/systeminfo /var/tmp/systeminfo /usr/local/systeminfo
HOW DO I RUN IT:
systeminfo.sh [OPTION]
Only one option is allowed at a time:
-a : Collect info, generate web pages and tar file, then display to stdout.
-d : Display to stdout as it collects the info.
-h : Display this message.
-t : Creates just a tar file of the web pages for centralizing.
-w : Creates just the web pages and master info file.
When ran with no options the script will output to stdout
Data collection can takes about 40-90 seconds depending on the system.