[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Unsuccessful Ping
- From: SoloCDM <deedsmis aculink net>
- To: RedHat-List (Request) <redhat-list redhat com>
- Subject: Unsuccessful Ping
- Date: Thu, 1 Feb 2001 10:03:55 -0700
I'm using the following to check for an unsuccessful ping, but if
the line is open and bottlenecked enough to return a hundred percent
loss, then the ping will return a false identity. Any suggestions?
ping -c 4 -R mail.aculink.net > search-opening-data 2>&1;
MOKAY=`egrep -ie packets search-opening-data | gawk -F " " '{print
$7}'`; if [ "${MOKAY}" = "100%" ]
Ignore the omittance of the remaining "if" statement.
Note: When you reply to this message, please include the mailing
list/newsgroup address in Cc: and my email address in To:.
*********************************************************************
Signed,
SoloCDM
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]