On 2011-11-16, Gilles Chehade <[email protected]> wrote:
> Hi,
>
> I have no idea about monit but I have a piece of code that might do what
> you want:
>
>     http://u.poolp.org/~gilles/projects/procstated/

fwiw, with a recent system, you can do something like this

cd /var/run/rc.d; for i in *; do /etc/rc.d/$i check || /etc/rc.d/$i start; done

> However that's just a hack

yes.

Reply via email to