
Where do I check to see if cron jobs are running?
Thank you,
Garabed Yegavian
Fireline Broadband
garabed@firelinebroadband.com
________________________________________
From: otrs-bounces@otrs.org [otrs-bounces@otrs.org] On Behalf Of otrs-request@otrs.org [otrs-request@otrs.org]
Sent: Thursday, September 29, 2011 11:22 PM
To: otrs@otrs.org
Subject: otrs Digest, Vol 36, Issue 80
Send otrs mailing list submissions to
otrs@otrs.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.otrs.org/cgi-bin/listinfo/otrs
or, via email, send a message with subject or body 'help' to
otrs-request@otrs.org
You can reach the person managing the list at
otrs-owner@otrs.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of otrs digest..."
Today's Topics:
1. Customer New Ticket View (Wagner)
2. Re: ACL Help (Wagner)
3. Re: Customer New Ticket View (Ugo Bellavance)
4. Stats about escalations (Ugo Bellavance)
5. Re: Customer New Ticket View (Wagner)
6. Generic Agent (Garabed Yegavian)
7. Re: Generic Agent (Shawn Beasley)
----------------------------------------------------------------------
Message: 1
Date: Thu, 29 Sep 2011 11:13:09 -0300
From: Wagner

Here's a page where the Crontab is explained. The Cron daemon (crond) runs tasks at scheduled times. http://adminschoice.com/crontab-quick-reference (Assuming you're using linux) First switch to your otrs user Type: crontab -l This should give you lots of information about tasks for OTRS. If this is empty you need to add the correct information which is described in the documentation. Second make sure the Cron Daemon is running. Type the following; ps -ef | grep crond You should get at least two results, one for "grep crond" but others for just "crond" on its own. Rory

Le 2011-09-30 10:19, Garabed Yegavian a écrit :
Where do I check to see if cron jobs are running?
If you're running Red Hat, Fedora or any compatible distro, have a look at /var/log/cron. I guess that other distros have cron logs, but I wouldn't know the exact path. Ugo
participants (3)
-
Garabed Yegavian
-
Rory
-
Ugo Bellavance