Hi, for a domain I've setup a cronjob to run a page in php this is the config in ISP panel the file have 755 permission /usr/bin/curl https://ticket.host/inc/mail/hesk_pop3.php?key=9sCAnUfdfsdfdffsfd Minute */5 If I run manually the command working correctly, but not the schedule. I need it every 5 minute in /var/log/syslog I found only the 2 time that i've lounced manually and nothing else.
HI, today I've to reopen this thread because the CronJob stop working by its self. I've no change anything in server or site by last time. If I run manually it work correctly but the cron won't start.
What happens when the cron job starts? In what way is it not working? Is cron disabled for that user? Any info in logs? Have you set e-mail address to receive reports from cron job results?
Hi, i've no log of cron, only if I run manually. where I can find some extra information? where i can setup email for cronjob result?
in cron.d I've ispc_web5 file that contain this: */5 * * * * web5 /usr/bin/wget --no-check-certificate --user-agent='Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0' -q -t 1 -T 7200 -O /var/www/clients/client3/web5/private/cron_wget.log 'https://XXXXX/inc/mail/hesk_pop3XXXXXX' >>/var/www/clients/client3/web5/private/cron.log 2>>/var/www/clients/client3/web5/private/cron_error.log
Do you see entries in /var/log/syslog running that every 5 minutes? If not, maybe your cron service is disabled? If so, what shows up in the 3 log files?