I'd like to set up a cron job to go to a URL every 15 minutes. I have a VPS with centos 6 on it and access to SSH. This is what I have tried so far with no luck:
* /15 * * * * wget (URL HERE)
I'm sure theres something wrong with the way I'm writting this out.
There should be no space between the range and the step.
*/15