User Tools

Site Tools


uphp:functions:clear_watchdog

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
uphp:functions:clear_watchdog [2018/08/06 09:34]
admin created
uphp:functions:clear_watchdog [2018/08/07 08:52]
jeff
Line 11: Line 11:
 </html></well> </html></well>
  
-Clears the watchdog timer.  This auto-increments in firmware and when it reaches the preset threshold the Wattmon will reset.  This is implemented to prevent issues if long running scripts block the system.  The interval can be set using [[uphp:functions:init_watchdog|init_watchdog]]. +Clears the watchdog timer.  This auto-increments in firmware and when it reaches the preset threshold the Wattmon will reboot.  This is implemented to prevent issues if long running scripts block the system.  The interval can be set using [[init_watchdog]]. 
  
 ====Parameters==== ====Parameters====
Line 21: Line 21:
 None None
  
-====Examples====+====Example====
  
 <code php> <code php>
Line 31: Line 31:
 ====Additional Information==== ====Additional Information====
  
-The init_watchdog can be called to set the value.  Alternatively the value will be loaded at startup from the watchdog_interval key in the debug section of uphp.ini+Function [[init_watchdog]] can be called to set the value.  Alternatively the value will be loaded at startup from the watchdog_interval key in the debug section of uphp.ini.
  
-====See Also====+Function [[clear_watchdog]] is called from WattmonOS 2.26 and above once per minute automatically.
  
-[[init_watchdog()]] - Initialize watchdog timer+====Also See==== 
 + 
 +[[init_watchdog()]] - Initialize the software watchdog timer
  
uphp/functions/clear_watchdog.txt · Last modified: 2021/09/13 05:57 (external edit)