Guest User

Untitled

a guest
Jan 10th, 2015
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  2.  
  3.  
  4. <!-- IMPORTANT: Visit www.ibattle.org for usage guides -->
  5. <!-- Guide For Using Scheduler System: http://ibattle.org/install-and-configure/setting-up-the-scheduler/ -->
  6.  
  7. <!-- 2 Time Formats Can Be Used:
  8. 00:00:00 - HH:MM:SS - Example, 02:30:00 would be 2:30am. Messages using this format are sent based on the node's time. It is recommend to set your ACP profile time to the same timezone as the node.
  9. 000000 - HHMMSS - Example, 003000 Is 30 Minutes From When Server Started
  10. -->
  11.  
  12.  
  13. <Scheduler>
  14.  
  15.  
  16. <!-- Message info restart -->
  17. <job id="0">
  18. <time>000100</time>
  19. <delay>000130</delay>
  20. <day>1,2,3,4,5,6,7</day>
  21. <loop>-1</loop>
  22. <cmd>say -1 Ce serveur reboot toutes les 4 heures : 05:00, 09:00, 13:00, 17:00, 21:00 et 01:00 (Paris)</cmd>
  23. <cmdtype>0</cmdtype>
  24. </job>
  25.  
  26. <!-- Messages avant 15min Restart -->
  27. <job id="1">
  28. <time>034500</time>
  29. <delay>000000</delay>
  30. <day>1,2,3,4,5,6,7</day>
  31. <loop>0</loop>
  32. <cmd>say -1 Attention : Restart du serveur dans 15 minutes</cmd>
  33. <cmdtype>0</cmdtype>
  34. </job>
  35.  
  36. <!-- Messages avant 5min Restart -->
  37. <job id="2">
  38. <time>035500</time>
  39. <delay>000000</delay>
  40. <day>1,2,3,4,5,6,7</day>
  41. <loop>0</loop>
  42. <cmd>say -1 Attention : Restart du serveur dans 5 minutes</cmd>
  43. <cmdtype>0</cmdtype>
  44. </job>
  45.  
  46. <!-- Messages avant 1min Restart -->
  47. <job id="3">
  48. <time>035900</time>
  49. <delay>000000</delay>
  50. <day>1,2,3,4,5,6,7</day>
  51. <loop>0</loop>
  52. <cmd>say -1 Attention : Restart du serveur dans 1 minute</cmd>
  53. <cmdtype>0</cmdtype>
  54. </job>
  55.  
  56.  
  57.  
  58. </Scheduler>
Advertisement
Add Comment
Please, Sign In to add comment