Wondering if someone can help me out here, I have restarts working on my server every 4 hours but I noticed there is no warning. How would I go about adding a warning 10 mins, 5 mins, and 2 mins before the restart? Here is my current code in the scheduler.xml if you could please point me in the right direction or modify this code and repost it up here I would appreciate it.
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!-- --> <Scheduler> <!-- Server MSGs --> <job id='0'> <day>1,2,3,4,5,6,7</day> <start>000100</start> <runtime>000100</runtime> <loop>-1</loop> <cmd>say -1 Server has Changed IP: 198.154.118.45:2302 Server has been updated. </cmd> </job> <!-- Server MSGs END --> </Scheduler>