Advertisement
Guest User

Untitled

a guest
Dec 11th, 2014
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. root@site /var/log # crontab -e
  2. MAILTO=""
  3. ## ISPsystem problems autosolve task (/usr/local/mgr5)
  4. */5 * * * * /usr/local/mgr5/sbin/mgrctl -m ispmgr problems.autosolve
  5. ## ISPsystem problems autosolve task (/usr/local/mgr5)
  6. */5 * * * * /usr/local/mgr5/sbin/mgrctl -m core problems.autosolve
  7. ## ISPsystem upgrade task
  8. 10 3 * * * /usr/local/mgr5/sbin/pkgupgrade.sh
  9. */10 * * * * wget http://site.com/?act=every_10m >/dev/null 2>&1
  10. * */12 * * * wget http://site.com/?act=every_12h >/dev/null 2>&1
  11. 0 * * * * wget http://site.com/?act=every_1h >/dev/null 2>&1
  12. */30 * * * * wget http://site.com/?act=every_30m >/dev/null 2>&1
  13. */5 * * * * wget http://site.com/?act=every_5m >/dev/null 2>&1
  14. 5 0 * * 1 wget http://site.com/?act=every_7d >/dev/null 2>&1
  15. * * * * * wget http://site.com/?act=every_minute >/dev/null 2>&1
  16. 10 0 1 * * wget http://site.com/?act=every_month >/dev/null 2>&1
  17. 56 1 * * * wget http://site.com/?act=special >/dev/null 2>&1
  18.  
  19. ~
  20. ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement