Site Tools


connectivity_watchdog

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
connectivity_watchdog [2021/12/26 04:20] – -Added Notes section explaining not to run with Check Connections Every hogwildconnectivity_watchdog [2024/03/02 18:03] (current) – Fix scheduler link hogwild
Line 1: Line 1:
 ====== Connectivity Watchdog ====== ====== Connectivity Watchdog ======
  
-You might want to monitor your Internet connectivity. The simplest way to do this is to run a custom task script in, for exampleAdministration/**Scheduler/**//Custom 1//+For various reasons, you might want to monitor your Internet connectivity. The simplest way to do this is to run a custom task script. The basic command structure might look something like this:
  
-The basic command would be something like:+For example, in the [[:admin-sched|Scheduler]] menu, in the** **//Custom 1 field:// 
 + 
 + \\
  
 <code -> <code ->
Line 9: Line 11:
 </code> </code>
  
-\\  (8.8.4.4. is a google DNS server) which would cover the monitoring part without performing any action.+\\ The 8.8.4.4. IP address is a google DNS server. This scheduled command would allow monitoring without requiring any further interaction with the user.
  
-In order to link an action to a success (&&) or failure (||) we will append the wanted condition and the command.+Next, in order to link an action to a success (&&) or failure (||) we will append a command to the wanted condition.
  
-For example: \\+ \\ 
 + 
 +For example:  \\   \\
  
 <code -> <code ->
Line 26: Line 30:
 </code> </code>
  
-===== Notes about Connectivity Watchdog Script =====+ \\ 
 + 
 + \\ 
 + 
 +===== Connectivity Watchdog Notes =====
  
-This script is a custom one. Please note that there is also a setting in the //Basic/Network// menu of Tomato'web interface called "//Check Connections Every//". This feature performs similar functions, with some differences. It is not recommended to use both this watchdog script and the //Check Connections Every //function at the same time. The two functions may interfere with each other, with unknown results.+This script is a custom one. Please note that there is also a setting in FreshTomato'[[basic-network|Network]] Web interface menu called "//Check Connections Every//". This feature performs similar functions, with some differences. It is not recommended that you use both this watchdog script and the //Check Connections Every //function at the same time. The two functions may interfere with each other, and conflicts might occur.
  
  
connectivity_watchdog.1640492439.txt.gz · Last modified: 2021/12/26 04:20 by hogwild