Ask a Question related to Linux / Unix Administration, Design and Development.
-
cljlk #1
Re: cron job
If the cron job run every 15 minute, it will fill up mail box.
Does anyone has any idea.
Thanks
"Davide Bianchi" <davideyeahsure@onlyforfun.net> wrote in message
news:c4bkg9$2fdao6$1@ID-18487.news.uni-berlin.de...> In comp.unix.admin cljlk <cljlk@hotmail.com> wrote:>> > Are there any tools we can monitor the cron job is dead?
> ps -ef | grep cron will tell
>>> > it runs.
> have him send you an e-mail when it does.
> Davide
>
> --
> | Good-bye. I am leaving because I am bored. -- George Saunders' dying
> | words
> |
> |
cljlk Guest
-
rsh and cron
I have Ultra 60 with Solaris 2.6, and the rsh always work fine, until recently I foud the rsh does not work on the Ultra 60. But I don't have any... -
cron
Not specific to PHP really, but it all started with a simple PHP script I was automating... I've used cron/crontab on a zillion machines, and it... -
Cron Not Restarted
While we have cron listed in inittab, it occasionally dies and does not restart. I have to start it with "nohup /usr/sbin/cron &" manually as... -
CRON: bad user
Hi all, I just noticed the same messages in the cron-log: ! bad user (root) After reading this topic I looked at the shadow-file. I noticed... -
cron log ts=139 errors
In article <bdihf501khu@enews1.newsguy.com>, Scott Shinault <shinault@aracnet.com> wrote: I have always assumed that "ts" stood for "terminated... -
Charles Buckley #2
Re: cron job
cljlk wrote:
> If the cron job run every 15 minute, it will fill up mail box.
> Does anyone has any idea.
> Thanks
>
What sort of job is it?
You could, for instance, write a wrapper for the app that
will create a file with the process id, then run a daemon that
checks for that process id, then log the time in a file. If it
returns negative, it alerts you.
> "Davide Bianchi" <davideyeahsure@onlyforfun.net> wrote in message
> news:c4bkg9$2fdao6$1@ID-18487.news.uni-berlin.de...
>>>>In comp.unix.admin cljlk <cljlk@hotmail.com> wrote:
>>>>>>>Are there any tools we can monitor the cron job is dead?
>>ps -ef | grep cron will tell
>>
>>>>>>>it runs.
>>have him send you an e-mail when it does.
>>Davide
>>
>>--
>>| Good-bye. I am leaving because I am bored. -- George Saunders' dying
>>| words
>>|
>>|
>
>Charles Buckley Guest



Reply With Quote

