Re: [leaf-user] Detecting Disconnected Network

2002-06-02 Thread Kiril
icht- Von: Erich Titl <[EMAIL PROTECTED]> An: Kiril <[EMAIL PROTECTED]> Datum: Freitag, 31. Mai 2002 09:42 Betreff: Re: [leaf-user] Detecting Disconnected Network Hi Kiril At 22:39 30.05.2002 +0200, you wrote: >hi erich > >your version has the advantage that the host

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-30 Thread Kiril
Bringing up interface eth0: [ OK ] 2002-05-30 15:24:43.112993500 starting connection monitor... -Ursprüngliche Nachricht- Von: Erich Titl <[EMAIL PROTECTED]> An: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Datum: Mittwoch, 29. Mai 2002 15:41 Betreff: Re: [leaf-user] Detecting Disconne

Re: [leaf-user] Detecting Disconnected Network

2002-05-29 Thread vette66
t;1 packets received"` if [ -z "$result" ] then echo 0 else echo 1 fi - Original Message - From: "Erich Titl" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 29, 2002 9:38 AM Subject: Re: [leaf-user] Detecting Disconnected Netw

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, > >k

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 retur

Re: [leaf-user] Detecting Disconnected Network

2002-05-28 Thread Kiril
echo "$HOST is down, trying 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 2

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

[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 net