Figure 2: File listing
Scripts:
The client:
mm.pl - Collects the data and sends it to the server
Data collection:
mm_network.pl - pings the machine the server is on
mm_disk.pl - Reports on disk space free
mm_sar.pl - Runs sar with the given argument
The Server:
mm_recv.pl - Accepts connections and creates data files
The "page builder":
mm_bildtable.pl - Builds the status table
The Web page:
mm_status.htm - Contains two frames, status, and details
mm_details.htm - The starter document for the right-hand frame
CGI lookups:
mm_details.pl - Returns test details
mm_admin_details.pl - Returns information about an administrator
mm_search.pl - The lookup at the bottom of the page
mm_mach_details.pl - Returns details about what a machine is used for
mm_more_machdetails.pl - Returns detailed information about the physical machine
Data files:
admin_list.txt - Data about each administrator (tab-delimited)
machine_list.txt - Data about each machine (tab-delimited)
more_machine_details.txt - More details about each machine (tab-delimited)
green_lcd.gif, red_lcd.gif, yellow_lcd.gif, - Look best on white background
gball.gif, rball.gif,yball.gif, - Look best on colored background
mm_disk.conf - Disk space configuration file, specific to each machine
donald.mon, goofy.mon, mickey.mon - Sample output files for testing the Web portion
|