#!/usr/bin/perl ############################################################## # by BumbleBeeWare.com 2006 # visual page to show the status of each server based on log files # ############################################################## # directory of status logs $dir = "/pathto/statusdir"; # refresh time in seconds 5 minutes is 300 seconds $refreshtime = 300; ############################################################### # End Configuration ############################################################### # print page print "Content-type: text/html\n\n"; print "
| $statusmessage |