RE: Need a free ping monitor with email notification for a handful of devices

2011-08-18 Thread Tobie Fysh
Servers Alive? www.woodstone.nuhttp://www.woodstone.nu From: Jonathan [mailto:ncm...@gmail.com] Sent: 17 August 2011 20:49 To: NT System Admin Issues Subject: Need a free ping monitor with email notification for a handful of devices Hi all, I'm looking for more than a simple up/down

RE: Need a free ping monitor with email notification for a handful of devices

2011-08-18 Thread Michael B. Smith
Yes. I use polymon EXTENSIVELY. Regards, Michael B. Smith Consultant and Exchange MVP http://TheEssentialExchange.com From: Steven Peck [mailto:sep...@gmail.com] Sent: Thursday, August 18, 2011 11:26 AM To: NT System Admin Issues Subject: Re: Need a free ping monitor with email notification for

RE: Need a free ping monitor with email notification for a handful of devices

2011-08-18 Thread Crawford, Scott
Ok, here's an improved version that checks for failed pings as well and cleans up the output. Usage is the same as before. Again, watch for wrapping, there should be 14 lines. ---PingResponse.bat--- @echo off :top set PingResponse=PingFailed for /f delims=m=; tokens=5 %%i in ('ping %1

Re: Need a free ping monitor with email notification for a handful of devices

2011-08-17 Thread Stephen Wimberly
Servers Alive used to monitor 10 for free http://www.woodstone.nu/salive/features.php ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/ ~ --- To manage subscriptions click here:

Re: Need a free ping monitor with email notification for a handful of devices

2011-08-17 Thread Cameron
Nagios On Wed, Aug 17, 2011 at 3:49 PM, Jonathan ncm...@gmail.com wrote: Hi all, I'm looking for more than a simple up/down notification. I've googled, and the only things I've found are some payware apps of questionable origin, complete network monitoring packages, or apps that are not

Re: Need a free ping monitor with email notification for a handful of devices

2011-08-17 Thread Jonathan
Thanks, but it doesn't look like Servers Alive will do what I need. Essentially, I need a continuous ping: Reply from 10.10.10.10: bytes=32 time=15ms TTL=245 Reply from 10.10.10.10: bytes=32 time=15ms TTL=245 Reply from 10.10.10.10: bytes=32 time=15ms TTL=245 Reply from 10.10.10.10: bytes=32

Re: Need a free ping monitor with email notification for a handful of devices

2011-08-17 Thread Mike Sullivan
Check out PingPlotter Pro, it can be used for free for 30 days. On Wed, Aug 17, 2011 at 2:38 PM, Jonathan ncm...@gmail.com wrote: Thanks, but it doesn't look like Servers Alive will do what I need. Essentially, I need a continuous ping: Reply from 10.10.10.10: bytes=32 time=15ms TTL=245

RE: Need a free ping monitor with email notification for a handful of devices

2011-08-17 Thread Crawford, Scott
Cheap and dirty, but might do the trick. Usage is: PingResponse IP AcceptableTime For example, PingResponse google.com 10 would repeatedly ping google and if it was ever over 10 milliseconds, blat will email you. Note that there's only 5 lines so watch wrapping. Also, this will not message you