Description:
Shell script to get system info (# cpu, size of memory, software installed, number/size of disks, and more).
Usage: get_sysinfo
Data is output to a colon delimited file for future processing
This could be run from each system's root cron.
Output should be gathered (either use NFS to write to a common place, or rcp/scp/ftp the files in). If you have DMZ servers, setup the DMZ_HOSTS variable and get those file to your common location by whatever site secure method(s) you have.
Can use sysinfo_convert_html script to take the output of this command and turn it into a html web page.