$quoted_author = "Mike Lee" ; > > Is there a way to set up routine maintenance windows on > devices? For example..... I want to be able to take a server and > schedule it in a maintenance window for every Saturday and Sunday, and > automatically come out of maintenance at 12am on Monday morning, but > then the following weekend automatically go back into maintenance mode > 12am on Saturday?
At $JOB[-1] we implemented this by writing a script that echoed the correct "schedule downtime" syntax into the command FIFO. It took hostname, start time and duration as arguements. It was then a matter of having a crontab file which called the script with the appropriate arguements. We found this a simpler and more flexible method than adjusting time schedules inside Opsview. cheers Marty _______________________________________________ Opsview-users mailing list [email protected] http://lists.opsview.org/lists/listinfo/opsview-users
