The watchdog module is used to start the server, monitor its status, and restart it in case of critical failures. The Watchdog settings are stored in watchdog-t1server.config(watchdog-t1client.config) file.
This file contains the following settings:
application- the name of the application. Any value; must not be empty.executable- the executable file is specified here: for the server this is t1server-vc142; for the client it is t1client-vc142.keepalive- is the main parameter of the watchdog settings. In case the watchdog module does not receive information about the software status within this period, it will be forced to restart. The value of this parameter must be greater than 60 seconds for the software to work properly.executable-arguments- additional settings for internal use.log- the name specified in this parameter will be assigned to the log file when the software is terminated by the watchdog module.
Warning
The default values in watchdog-t1server.config (watchdog-t1client.config) are optimal. Do not change them unless there is a real need.

