Re: [leaf-user] Detecting Disconnected Network

2002-05-30 Thread Ray Olszewski
At 10:39 PM 5/30/02 +0200, Kiril wrote: hi erich your version has the advantage that the hosts are rotated, so i can poll much faster. initially i just wanted to ping one host and keep the others as a reserve in case the first went offline. however this delays recovery, as the following log

Re: [leaf-user] Detecting Disconnected Network

2002-05-29 Thread Erich Titl
Hi Kiril If I read your script correctly then there might be a little glitch At 18:49 28.05.2002 -0700, you wrote: my last version of the script for pinging hosts follows. if there is a more elegant and reliable way to react in such rare situations, i will be glad to hear it. regards, kiril

Re: [leaf-user] Detecting Disconnected Network

2002-05-29 Thread vette66
: Erich Titl [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 29, 2002 9:38 AM Subject: Re: [leaf-user] Detecting Disconnected Network Hi Kiril If I read your script correctly then there might be a little glitch At 18:49 28.05.2002 -0700, you wrote: my last version of the script

Re: [leaf-user] Detecting Disconnected Network

2002-05-28 Thread Kiril
next host... done echo network is down. restarting... /etc/init.d/network reload sleep 60 -Ursprüngliche Nachricht- Von: Ray Olszewski [EMAIL PROTECTED] An: [EMAIL PROTECTED] [EMAIL PROTECTED] Datum: Montag, 27. Mai 2002 23:25 Betreff: Re: [leaf-user] Detecting Disconnected Network At 10

Re: [leaf-user] Detecting Disconnected Network

2002-05-28 Thread Mike Noyes
On Tue, 2002-05-28 at 12:27, Kiril wrote: ... and now also to the list (forgetting to hit reply to all is frustrating...) Kiril, Does Outlook have a reply to list option, or is there a hot-key for reply to all? Either of these options should alleviate the problem. I don't see our lists

[leaf-user] Detecting Disconnected Network

2002-05-27 Thread Kiril
My ISP sometimes has short network outages (2-3 minutes). After such an outage, I have to manually restart networking to get my router back online. Is there a simple and reliable way to test the status of a connection? a script that can runs constantly, supervised by daemontools, and restarts

Re: [leaf-user] Detecting Disconnected Network

2002-05-27 Thread Ray Olszewski
At 10:16 PM 5/27/02 +0200, Kiril wrote: My ISP sometimes has short network outages (2-3 minutes). After such an outage, I have to manually restart networking to get my router back online. Is there a simple and reliable way to test the status of a connection? a script that can runs constantly,