agreenwalt Posted May 29, 2014 Share Posted May 29, 2014 My primary computer is a hackintosh running Mavericks 10.9.2. I also have a server running Windows Server 2008. I am looking for a tool to install on my Mac that will monitor the connectivity of my server and send me an email if it goes down. Here is a good software but only available for Windows http://emcosoftware.com/ping-monitorI need something similar but for Mac. Any suggestions? Link to comment https://www.insanelymac.com/forum/topic/298328-lan-monitoring-tool/ Share on other sites More sharing options...
Slice Posted May 30, 2014 Share Posted May 30, 2014 I think it is possible with scripts Open Terminal and do some command like "ping" You may write a script with infinite loop with the command Link to comment https://www.insanelymac.com/forum/topic/298328-lan-monitoring-tool/#findComment-2023212 Share on other sites More sharing options...
maximus Posted May 31, 2014 Share Posted May 31, 2014 You can set up SMTP for sending mail from terminal with mail command. Then make a simple bash script that pings periodically and sends a mail if the ping fails to go through. Link to comment https://www.insanelymac.com/forum/topic/298328-lan-monitoring-tool/#findComment-2023484 Share on other sites More sharing options...
Recommended Posts