<div dir="ltr">And that's why I don't do anything in bash :)</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 23, 2015 at 9:20 AM, Wakefield, Thad M. <span dir="ltr"><<a href="mailto:twakefield@stcloudstate.edu" target="_blank">twakefield@stcloudstate.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">If I were doing this in bash, I would start with something like this:<br>
<br>
xx=`ping -c1 8.8.8.8 | sed -n '/ttl/s/^.*=\([0-9]*\).*$/\1/p'` ;if [ "$xx" != "" ] && [ "$xx" -lt "75" ]; then echo $xx;else echo mail; fi<br>
<div class="HOEnZb"><div class="h5"><br>
> -----Original Message-----<br>
> From: <a href="mailto:tclug-list-bounces@mn-linux.org">tclug-list-bounces@mn-linux.org</a> [mailto:<a href="mailto:tclug-list-bounces@mn-">tclug-list-bounces@mn-</a><br>
> <a href="http://linux.org" target="_blank">linux.org</a>] On Behalf Of Raymond Norton<br>
> Sent: Monday, March 23, 2015 8:00 AM<br>
> To: tclug-list<br>
> Subject: [tclug-list] alert for long ping times<br>
><br>
> I currently run an aggressive ping script that sends an email if specific hosts go<br>
> down. Is there a way to do the same; maybe even play a sound, when ping<br>
> times exceed 75ms?<br>
><br>
> --<br>
> Raymond Norton<br>
> LCTN<br>
> <a href="tel:952.955.7766" value="+19529557766">952.955.7766</a><br>
><br>
> --<br>
> Sent From My Desktop<br>
> _______________________________________________<br>
> TCLUG Mailing List - Minneapolis/St. Paul, Minnesota <a href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</a><br>
> <a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list" target="_blank">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a><br>
_______________________________________________<br>
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>
<a href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</a><br>
<a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list" target="_blank">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a><br>
</div></div></blockquote></div><br></div>