Hi, This is more a Java question then an ND question. I need to implement a process for displaying system availability. Ideally we would like to have that information stored in an external flat file which can be read at startup. It would then use that information to display uptime/downtime information for the system, depending on when the page is brought up. I'm stuck on developing a format for this external file. It needs to represent 3 conditions, (up, down, maybe) for each hour of the day, for each day of the week. If anyone is familiar with UNIX cron, I was considering using that format to display the information, but am stuck on the implementation. Has anyone done something like this? Any pointers would be appreciated. > John Hoskins > TDS Computing Services > Internet Technology Team > [EMAIL PROTECTED] > 608.664.8263 > 608.664.8288 (fax) _________________________________________________________________________ For help in using, subscribing, and unsubscribing to the discussion forums, please go to: http://www.netdynamics.com/support/visitdevfor.html For dire need help, email: [EMAIL PROTECTED]
