How can i setup a cron job in debian to run a certain url once every hour. There`s no control panel or anything.,
thanks
feedback
|
|
You can do that in different ways:
To access an URL you can use I strongly recommend you to read this article as well as the cron manpage. | |||
|
feedback
|
|
Edit
Or you can put it in your user crontab by running Of course, as others have said, you can add a script or symlink to | |||
|
feedback
|
|
Command scheduling with cron. Take a look at /etc/cron.hourly. Everything you place in there will get executed each and every hour. | |||
|
feedback
|
|
You should be able to find the answer here, though the above comments lay it out nicely already. http://www.debianhelp.co.uk/schedulejobs.htm | |||
|
feedback
|
|
There's a useful script shipped with nagios which just loads a single web page.
| |||
|
feedback
|