Thanks a lot. Your suggestions lead me to pypi, (I knew it but didnt
remember the exact spelling, and no obvious link from www.python.org),
and from there to supervisord, that answers pretty well my problem.
Thanks again.
Tim Roberts wrote:
Imbaud Pierre wrote:
I have A LOT of batch applicat
Imbaud Pierre wrote:
>
>I have A LOT of batch applications to monitor, on linux machines, mostly
>written in python.
>I have to know:
>- which are active, at a given moment?
>- when did the last run occur? How long did it last?
>- for some daemons: are they stuck? generally, waiting for i/o, or l
I have A LOT of batch applications to monitor, on linux machines, mostly
written in python.
I have to know:
- which are active, at a given moment?
- when did the last run occur? How long did it last?
- for some daemons: are they stuck? generally, waiting for i/o, or lost
in some C call.
I coul