Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139