I want to setup cronjob to be executed after 2 minutes...When i am trying to create ticket from email,after 5 minutes only i will be able to fetch the ticket....please reply me soon....
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
pretty easy. crontab -e
there you need to define the time and what to execute.
star/3 star star star star <phppath> <itoproot>/webservices/cron.php --param_file=<pathtoparamsfile> >>/var/log/itop-cron.log 2>&1</pathtoparamsfile></itoproot></phppath>
Last edit: seemax1991 2014-08-05
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello all,
I want to setup cronjob to be executed after 2 minutes...When i am trying to create ticket from email,after 5 minutes only i will be able to fetch the ticket....please reply me soon....
Thanks
pretty easy. crontab -e
there you need to define the time and what to execute.
star/3 star star star star <phppath> <itoproot>/webservices/cron.php --param_file=<pathtoparamsfile> >>/var/log/itop-cron.log 2>&1</pathtoparamsfile></itoproot></phppath>
Last edit: seemax1991 2014-08-05
tnx i got it!