Re: checking radiusd with cron

2003-03-11 Thread Alan DeKok
"Thomas S. Crum - AAA Web Solution, Inc." <[EMAIL PROTECTED]> wrote: > I've noticed that when radius dies, it usually kills all of its processes > with it. Yes. That makes sense, the way the server is written. > I wrote a cron that every minute just runs /usr/local/sbin/radiusd, if > radiusd i

Re: checking radiusd with cron

2003-03-11 Thread Simon
On Tue, Mar 11, 2003 at 09:24:02AM -0500, Thomas S. Crum - AAA Web Solution, Inc. wrote: > This may seem like an oversimplified approach, but can someone please > comment. > > I've noticed that when radius dies, it usually kills all of its processes > with it. Some have written a cron that check

Re: checking radiusd with cron

2003-03-11 Thread Artur Hecker
why not use radwatch? rc.radiusd supplied with the server already starts radiusd with radwatch. otherwise, the only problem about your approach is the active waiting. Thomas S. Crum - AAA Web Solution, Inc. wrote: This may seem like an oversimplified approach, but can someone please comment. I'v

checking radiusd with cron

2003-03-11 Thread Thomas S. Crum - AAA Web Solution, Inc.
This may seem like an oversimplified approach, but can someone please comment. I've noticed that when radius dies, it usually kills all of its processes with it. Some have written a cron that checks first and then restarts etc. I wrote a cron that every minute just runs /usr/local/sbin/radiusd,