Is there an app for the Mac that will alert me if my Internet connection is lost?
Sometimes I work from home and lose my connection without knowing it.
|
Is there an app for the Mac that will alert me if my Internet connection is lost? Sometimes I work from home and lose my connection without knowing it. |
||||
|
|
|
The following script will alert you when your wireless network no longer has a connection. Though you could modify the script to require a check to locate a specific SSID, the following script simply looks for any wireless network connection. The script can be run via a Launch Daemon (login option preferred) or by simply running the script manually when you decide.
NOTE: This script contains an internal loop. The loop is designed to sleep for 2 min intervals so as not to constantly beep and verbalize said phrase. This interval can be modified to your liking by modifying the "SLEEP_TIMER" variable found within the script. ALSO: If you are interested in setting up a Launch Daemon but do not have a lot of experience with Daemons, I recommend using Lingon (was once free but Lingon 3 is $2.99). Tested on:
Please remember to utilize a testing environment prior to running on your primary environment. Feel free to modify the script in any way that suits you, enjoy.
|
||||
|
|
|
Growl manages this as well as alerts from all manner of other events, including from the many apps which support it, quite well. |
|||
|
|
|
I use pingdom for this and they have a free plan for a single monitoring trigger as well as a free iOS app. It's geared to more system administrator, but could be of use to you if you don't mind spending some time to configure a service that would then be free to use. |
|||
|
|
|
You might be able to use ControlPlane for this. If you take a look at the features list, it suggests that you can use the "state of the network link, connected or disconnected" as an "evidence source". Once this indicates its been disconnected (or reconnected again), you can perform a practically limitless set of "actions". Some that immediately spring to mind are to display a Growl notification or speak some text. |
|||
|
|