greenworld Posted March 21, 2007 Posted March 21, 2007 Hi; I am trying to run a script and does not work, I have to make sure that cron job works, 1- is there is way to find out if the cron runs or not? 2- the first thing came to my mind was; when the cron job runs it sends an email, is this a right way to make sure cron job is working? 3- but now I am not sure how make the cron command simple to get email, hopping to get some help here: here is cron command: 0 0 * * * /usr/bin/wget -O /dev/null -T 0 http://example.com/mail/dmail.php?pw=YourDailyMailPass 1> /dev/null 2> /dev/null appreciate your help. Quote
TCH-Bruce Posted March 21, 2007 Posted March 21, 2007 wget has been disabled on the servers so that job will not work. Quote
greenworld Posted March 21, 2007 Author Posted March 21, 2007 thanks for reply, so what is your suggestion? appreciate your help. Quote
TCH-Bruce Posted March 21, 2007 Posted March 21, 2007 Find another way to do it. wget and curl have both been disabled from running from cron jobs for security reasons. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.