[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] setting up a cronjob for running a php file
- Subject: [cobalt-users] setting up a cronjob for running a php file
- From: "R. Hamburg \(hava.nl\)" <user@xxxxxxx>
- Date: Thu Feb 14 15:47:07 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
hi there,
I trying to run a service on a cobalt which monitors some services on the
server.
I tried to run it like this within the crontab. However this is not working
I get overloaded whith error mails.
I want/ need to run the script every 5 minutes.
This is how I set it up in the crontab:
0,5,10,15,20,25,30,35,40,45,50,55 * * * *
/home/sites/www.domain.com/web/netstatus/cron_script/cron_script.php
When I do this errors all over the place.... Where am I wrong, running the
same on a non-cobalt server gives no probs.
Thanks Robbert