Advertisement
TheGamingChief

Scheduler (Offset by 30min)

Jan 8th, 2020
3,727
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.72 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  2.  
  3. <Scheduler>
  4.    
  5.     <!-- Server restarts every 6 hours warning-->
  6.     <job id='0'>
  7.         <day>1,2,3,4,5,6,7</day>
  8.         <start>001500</start>
  9.         <runtime>004500</runtime>
  10.         <loop>-1</loop>
  11.         <cmd>say -1 This server automatically restarts every 12 hours at 12:30 AM MDT, and 12:30 PM MDT</cmd>
  12.     </job> 
  13.    
  14.     <!-- Server restarts in 2 hours warning-->
  15.     <job id='1'>
  16.         <day>1,2,3,4,5,6,7</day>
  17.         <start>22:30:00</start>
  18.         <runtime>000000</runtime>
  19.         <loop>0</loop>
  20.         <cmd>say -1 Alert: This server will automatically restart in two hours!</cmd>
  21.     </job> 
  22.    
  23.     <!-- Server restarts in 1 hour warning-->
  24.     <job id='2'>
  25.         <day>1,2,3,4,5,6,7</day>
  26.         <start>23:30:00</start>
  27.         <runtime>000000</runtime>
  28.         <loop>0</loop>
  29.         <cmd>say -1 Alert: This server will automatically restart in one hour!</cmd>
  30.     </job>
  31.    
  32.     <!-- Server restarts in 30 minutes warning-->
  33.     <job id='3'>
  34.         <day>1,2,3,4,5,6,7</day>
  35.         <start>00:00:00</start>
  36.         <runtime>000000</runtime>
  37.         <loop>0</loop>
  38.         <cmd>say -1 Alert: This server will automatically restart in 30 minutes!</cmd>
  39.     </job>
  40.    
  41.     <!-- Server restarts in 20 minutes warning-->
  42.     <job id='4'>
  43.         <day>1,2,3,4,5,6,7</day>
  44.         <start>00:10:00</start>
  45.         <runtime>000000</runtime>
  46.         <loop>0</loop>
  47.         <cmd>say -1 Alert: This server will automatically restart in 20 minutes!</cmd>
  48.     </job>
  49.    
  50.     <!-- Server restarts in 15 minutes warning-->
  51.     <job id='5'>
  52.         <day>1,2,3,4,5,6,7</day>
  53.         <start>00:15:00</start>
  54.         <runtime>000000</runtime>
  55.         <loop>0</loop>
  56.         <cmd>say -1 Alert: This server will automatically restart in 15 minutes!</cmd>
  57.     </job>
  58.    
  59.     <!-- Server restarts in 10 minutes warning-->
  60.     <job id='6'>
  61.         <day>1,2,3,4,5,6,7</day>
  62.         <start>00:20:00</start>
  63.         <runtime>000000</runtime>
  64.         <loop>0</loop>
  65.         <cmd>say -1 Alert: This server will automatically restart in 10 minutes!</cmd>
  66.     </job>
  67.    
  68.     <!-- Server restarts in 5 minutes warning-->
  69.     <job id='7'>
  70.         <day>1,2,3,4,5,6,7</day>
  71.         <start>00:25:00</start>
  72.         <runtime>000000</runtime>
  73.         <loop>0</loop>
  74.         <cmd>say -1 Alert: This server will automatically restart in 5 minutes!</cmd>
  75.     </job>
  76.    
  77.     <!-- Server restarts in 3 minutes warning-->
  78.     <job id='8'>
  79.         <day>1,2,3,4,5,6,7</day>
  80.         <start>00:27:00</start>
  81.         <runtime>000000</runtime>
  82.         <loop>0</loop>
  83.         <cmd>say -1 Alert: This server will automatically restart in 3 minutes!</cmd>
  84.     </job>
  85.    
  86.     <!-- Server restarts in 1 minute warning-->
  87.     <job id='9'>
  88.         <day>1,2,3,4,5,6,7</day>
  89.         <start>00:29:00</start>
  90.         <runtime>000000</runtime>
  91.         <loop>0</loop>
  92.         <cmd>say -1 Alert: This server will automatically restart in 1 minute!!!</cmd>
  93.     </job>
  94.    
  95.     <!-- Server restarting warning-->
  96.     <job id='10'>
  97.         <day>1,2,3,4,5,6,7</day>
  98.         <start>00:29:50</start>
  99.         <runtime>000001</runtime>
  100.         <loop>10</loop>
  101.         <cmd>say -1 Alert: This server is automatically restarting now!!!</cmd>
  102.     </job>
  103.    
  104.     <!-- Shutdown Server -->
  105.     <job id='11'>
  106.         <day>1,2,3,4,5,6,7</day>
  107.         <start>00:29:55</start>
  108.         <runtime>000000</runtime>
  109.         <loop>0</loop>
  110.         <cmd>#shutdown</cmd>
  111.     </job>
  112.    
  113.     <!-- Server restarts in 2 hours warning-->
  114.     <job id='12'>
  115.         <day>1,2,3,4,5,6,7</day>
  116.         <start>10:30:00</start>
  117.         <runtime>000000</runtime>
  118.         <loop>0</loop>
  119.         <cmd>say -1 Alert: This server will automatically restart in two hours!</cmd>
  120.     </job> 
  121.    
  122.     <!-- Server restarts in 1 hour warning-->
  123.     <job id='13'>
  124.         <day>1,2,3,4,5,6,7</day>
  125.         <start>11:30:00</start>
  126.         <runtime>000000</runtime>
  127.         <loop>0</loop>
  128.         <cmd>say -1 Alert: This server will automatically restart in one hour!</cmd>
  129.     </job>
  130.    
  131.     <!-- Server restarts in 30 minutes warning-->
  132.     <job id='14'>
  133.         <day>1,2,3,4,5,6,7</day>
  134.         <start>12:00:00</start>
  135.         <runtime>000000</runtime>
  136.         <loop>0</loop>
  137.         <cmd>say -1 Alert: This server will automatically restart in 30 minutes!</cmd>
  138.     </job>
  139.    
  140.     <!-- Server restarts in 20 minutes warning-->
  141.     <job id='15'>
  142.         <day>1,2,3,4,5,6,7</day>
  143.         <start>12:10:00</start>
  144.         <runtime>000000</runtime>
  145.         <loop>0</loop>
  146.         <cmd>say -1 Alert: This server will automatically restart in 20 minutes!</cmd>
  147.     </job>
  148.    
  149.     <!-- Server restarts in 15 minutes warning-->
  150.     <job id='16'>
  151.         <day>1,2,3,4,5,6,7</day>
  152.         <start>12:15:00</start>
  153.         <runtime>000000</runtime>
  154.         <loop>0</loop>
  155.         <cmd>say -1 Alert: This server will automatically restart in 15 minutes!</cmd>
  156.     </job>
  157.    
  158.     <!-- Server restarts in 10 minutes warning-->
  159.     <job id='17'>
  160.         <day>1,2,3,4,5,6,7</day>
  161.         <start>12:20:00</start>
  162.         <runtime>000000</runtime>
  163.         <loop>0</loop>
  164.         <cmd>say -1 Alert: This server will automatically restart in 10 minutes!</cmd>
  165.     </job>
  166.    
  167.     <!-- Server restarts in 5 minutes warning-->
  168.     <job id='18'>
  169.         <day>1,2,3,4,5,6,7</day>
  170.         <start>12:25:00</start>
  171.         <runtime>000000</runtime>
  172.         <loop>0</loop>
  173.         <cmd>say -1 Alert: This server will automatically restart in 5 minutes!</cmd>
  174.     </job>
  175.    
  176.     <!-- Server restarts in 3 minutes warning-->
  177.     <job id='19'>
  178.         <day>1,2,3,4,5,6,7</day>
  179.         <start>12:27:00</start>
  180.         <runtime>000000</runtime>
  181.         <loop>0</loop>
  182.         <cmd>say -1 Alert: This server will automatically restart in 3 minutes!</cmd>
  183.     </job>
  184.    
  185.     <!-- Server restarts in 1 minute warning-->
  186.     <job id='20'>
  187.         <day>1,2,3,4,5,6,7</day>
  188.         <start>12:29:00</start>
  189.         <runtime>000000</runtime>
  190.         <loop>0</loop>
  191.         <cmd>say -1 Alert: This server will automatically restart in 1 minute!!!</cmd>
  192.     </job>
  193.    
  194.     <!-- Server restarting warning-->
  195.     <job id='21'>
  196.         <day>1,2,3,4,5,6,7</day>
  197.         <start>12:29:50</start>
  198.         <runtime>000001</runtime>
  199.         <loop>10</loop>
  200.         <cmd>say -1 Alert: This server is automatically restarting now!!!</cmd>
  201.     </job>
  202.    
  203.     <!-- Shutdown Server -->
  204.     <job id='22'>
  205.         <day>1,2,3,4,5,6,7</day>
  206.         <start>12:29:55</start>
  207.         <runtime>000000</runtime>
  208.         <loop>0</loop>
  209.         <cmd>#shutdown</cmd>
  210.     </job>
  211.  
  212. </Scheduler>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement