Server Report
by Greg Barber
Report generates a list of installed packages, kernel version, disk
stats and NIC information.
Changes 3-12-2008:
Changed release, node and version variables to pull informaton from proc rather than uname
Contributor: Ryan Kather
Changes: 2-20-2008:
#Added looping to extract NIC info for multiple interfaces and bonding configurations.
Added home page for project on sourceforge.net the new home page is http://sourceforge.net/projects/server-report/.
9-13-2007:
Changed the call to /sbin/pvdisplay to /sbin/lvm pvdisplay
Changes the call to /sbin/lvdisplay to /sbin/lvm lvdisplay t
Added a test so that lvdisplay will not run if there are no physical
volumes found
Cleaned up the output by adding spaces between items
Added .html extension to the output of the HTML version of the report
Added a section to list running services
2007-06-14:
– added the option to generate a report in html format
– dropped the .sh extention
No comments yet