Advertisement
TheGamingChief

Scheduler.xml (6 Hour Restarts)

Dec 13th, 2020
3,628
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 11.05 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 6 hours at 12 AM MDT, 6 AM MDT, 12 PM MDT, and 6 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:00: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:00: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>23:30: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>23:40: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>23:45: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>23:50: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>23:55: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>23:57: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>23:59: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>23:59: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>23:59: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>04:00: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>05:00: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>05:30: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>05:40: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>05:45: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>05:50: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>05:55: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>05:57: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>05:59: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>05:59: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>05:59:55</start>
  207.         <runtime>000000</runtime>
  208.         <loop>0</loop>
  209.         <cmd>#shutdown</cmd>
  210.     </job>
  211.  
  212.     <!-- Server restarts in 2 hours warning-->
  213.     <job id='23'>
  214.         <day>1,2,3,4,5,6,7</day>
  215.         <start>10:00:00</start>
  216.         <runtime>000000</runtime>
  217.         <loop>0</loop>
  218.         <cmd>say -1 Alert: This server will automatically restart in two hours!</cmd>
  219.     </job>
  220.  
  221.     <!-- Server restarts in 1 hour warning-->
  222.     <job id='24'>
  223.         <day>1,2,3,4,5,6,7</day>
  224.         <start>11:00:00</start>
  225.         <runtime>000000</runtime>
  226.         <loop>0</loop>
  227.         <cmd>say -1 Alert: This server will automatically restart in one hour!</cmd>
  228.     </job>
  229.  
  230.     <!-- Server restarts in 30 minutes warning-->
  231.     <job id='25'>
  232.         <day>1,2,3,4,5,6,7</day>
  233.         <start>11:30:00</start>
  234.         <runtime>000000</runtime>
  235.         <loop>0</loop>
  236.         <cmd>say -1 Alert: This server will automatically restart in 30 minutes!</cmd>
  237.     </job>
  238.  
  239.     <!-- Server restarts in 20 minutes warning-->
  240.     <job id='26'>
  241.         <day>1,2,3,4,5,6,7</day>
  242.         <start>11:40:00</start>
  243.         <runtime>000000</runtime>
  244.         <loop>0</loop>
  245.         <cmd>say -1 Alert: This server will automatically restart in 20 minutes!</cmd>
  246.     </job>
  247.  
  248.     <!-- Server restarts in 15 minutes warning-->
  249.     <job id='27'>
  250.         <day>1,2,3,4,5,6,7</day>
  251.         <start>11:45:00</start>
  252.         <runtime>000000</runtime>
  253.         <loop>0</loop>
  254.         <cmd>say -1 Alert: This server will automatically restart in 15 minutes!</cmd>
  255.     </job>
  256.  
  257.     <!-- Server restarts in 10 minutes warning-->
  258.     <job id='28'>
  259.         <day>1,2,3,4,5,6,7</day>
  260.         <start>11:50:00</start>
  261.         <runtime>000000</runtime>
  262.         <loop>0</loop>
  263.         <cmd>say -1 Alert: This server will automatically restart in 10 minutes!</cmd>
  264.     </job>
  265.  
  266.     <!-- Server restarts in 5 minutes warning-->
  267.     <job id='29'>
  268.         <day>1,2,3,4,5,6,7</day>
  269.         <start>11:55:00</start>
  270.         <runtime>000000</runtime>
  271.         <loop>0</loop>
  272.         <cmd>say -1 Alert: This server will automatically restart in 5 minutes!</cmd>
  273.     </job>
  274.  
  275.     <!-- Server restarts in 3 minutes warning-->
  276.     <job id='30'>
  277.         <day>1,2,3,4,5,6,7</day>
  278.         <start>11:57:00</start>
  279.         <runtime>000000</runtime>
  280.         <loop>0</loop>
  281.         <cmd>say -1 Alert: This server will automatically restart in 3 minutes!</cmd>
  282.     </job>
  283.  
  284.     <!-- Server restarts in 1 minute warning-->
  285.     <job id='31'>
  286.         <day>1,2,3,4,5,6,7</day>
  287.         <start>11:59:00</start>
  288.         <runtime>000000</runtime>
  289.         <loop>0</loop>
  290.         <cmd>say -1 Alert: This server will automatically restart in 1 minute!!!</cmd>
  291.     </job>
  292.  
  293.     <!-- Server restarting warning-->
  294.     <job id='32'>
  295.         <day>1,2,3,4,5,6,7</day>
  296.         <start>11:59:50</start>
  297.         <runtime>000001</runtime>
  298.         <loop>10</loop>
  299.         <cmd>say -1 Alert: This server is automatically restarting now!!!</cmd>
  300.     </job>
  301.  
  302.     <!-- Shutdown Server -->
  303.     <job id='33'>
  304.         <day>1,2,3,4,5,6,7</day>
  305.         <start>11:59:55</start>
  306.         <runtime>000000</runtime>
  307.         <loop>0</loop>
  308.         <cmd>#shutdown</cmd>
  309.     </job>
  310.  
  311.     <!-- Server restarts in 2 hours warning-->
  312.     <job id='34'>
  313.         <day>1,2,3,4,5,6,7</day>
  314.         <start>16:00:00</start>
  315.         <runtime>000000</runtime>
  316.         <loop>0</loop>
  317.         <cmd>say -1 Alert: This server will automatically restart in two hours!</cmd>
  318.     </job>
  319.  
  320.     <!-- Server restarts in 1 hour warning-->
  321.     <job id='35'>
  322.         <day>1,2,3,4,5,6,7</day>
  323.         <start>17:00:00</start>
  324.         <runtime>000000</runtime>
  325.         <loop>0</loop>
  326.         <cmd>say -1 Alert: This server will automatically restart in one hour!</cmd>
  327.     </job>
  328.  
  329.     <!-- Server restarts in 30 minutes warning-->
  330.     <job id='36'>
  331.         <day>1,2,3,4,5,6,7</day>
  332.         <start>17:30:00</start>
  333.         <runtime>000000</runtime>
  334.         <loop>0</loop>
  335.         <cmd>say -1 Alert: This server will automatically restart in 30 minutes!</cmd>
  336.     </job>
  337.  
  338.     <!-- Server restarts in 20 minutes warning-->
  339.     <job id='37'>
  340.         <day>1,2,3,4,5,6,7</day>
  341.         <start>17:40:00</start>
  342.         <runtime>000000</runtime>
  343.         <loop>0</loop>
  344.         <cmd>say -1 Alert: This server will automatically restart in 20 minutes!</cmd>
  345.     </job>
  346.  
  347.     <!-- Server restarts in 15 minutes warning-->
  348.     <job id='38'>
  349.         <day>1,2,3,4,5,6,7</day>
  350.         <start>17:45:00</start>
  351.         <runtime>000000</runtime>
  352.         <loop>0</loop>
  353.         <cmd>say -1 Alert: This server will automatically restart in 15 minutes!</cmd>
  354.     </job>
  355.  
  356.     <!-- Server restarts in 10 minutes warning-->
  357.     <job id='39'>
  358.         <day>1,2,3,4,5,6,7</day>
  359.         <start>17:50:00</start>
  360.         <runtime>000000</runtime>
  361.         <loop>0</loop>
  362.         <cmd>say -1 Alert: This server will automatically restart in 10 minutes!</cmd>
  363.     </job>
  364.  
  365.     <!-- Server restarts in 5 minutes warning-->
  366.     <job id='40'>
  367.         <day>1,2,3,4,5,6,7</day>
  368.         <start>17:55:00</start>
  369.         <runtime>000000</runtime>
  370.         <loop>0</loop>
  371.         <cmd>say -1 Alert: This server will automatically restart in 5 minutes!</cmd>
  372.     </job>
  373.  
  374.     <!-- Server restarts in 3 minutes warning-->
  375.     <job id='41'>
  376.         <day>1,2,3,4,5,6,7</day>
  377.         <start>17:57:00</start>
  378.         <runtime>000000</runtime>
  379.         <loop>0</loop>
  380.         <cmd>say -1 Alert: This server will automatically restart in 3 minutes!</cmd>
  381.     </job>
  382.  
  383.     <!-- Server restarts in 1 minute warning-->
  384.     <job id='42'>
  385.         <day>1,2,3,4,5,6,7</day>
  386.         <start>17:59:00</start>
  387.         <runtime>000000</runtime>
  388.         <loop>0</loop>
  389.         <cmd>say -1 Alert: This server will automatically restart in 1 minute!!!</cmd>
  390.     </job>
  391.  
  392.     <!-- Server restarting warning-->
  393.     <job id='43'>
  394.         <day>1,2,3,4,5,6,7</day>
  395.         <start>17:59:50</start>
  396.         <runtime>000001</runtime>
  397.         <loop>10</loop>
  398.         <cmd>say -1 Alert: This server is automatically restarting now!!!</cmd>
  399.     </job>
  400.  
  401.     <!-- Shutdown Server -->
  402.     <job id='44'>
  403.         <day>1,2,3,4,5,6,7</day>
  404.         <start>17:59:55</start>
  405.         <runtime>000000</runtime>
  406.         <loop>0</loop>
  407.         <cmd>#shutdown</cmd>
  408.     </job>
  409.  
  410. </Scheduler>
  411.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement