Am Sonntag, den 24.04.2005, 07:34 -0700 schrieb Will Mayall:
> >> I've been unable to get any database generic agents to run on a schedule.
> >> They do run manually.
> > 
> > do You run the db-cronjob
> > */10 * * * * $HOME/bin/GenericAgent.pl -c db >> /dev/null
> 
> How do I know if it is running?
> 
> Where would I check?
> 
> How would I start it?
If You run otrs under linux, type
crontab -e 
and insert the following line:
*/10 * * * * $HOME/bin/GenericAgent.pl -c db >> /dev/null

(If that command doesn't work, see the manual for Your Linux
distribution, how to change crontabs)

I don't  know, how to handle cron or something under windows.
I

_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/

Reply via email to